edit CSS to fix attachment filename being truncated
This commit is contained in:
parent
1493c1bf0e
commit
bc3c95fea4
1 changed files with 2 additions and 2 deletions
|
@ -789,8 +789,8 @@
|
||||||
.module-message__generic-attachment__text {
|
.module-message__generic-attachment__text {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
// The width of the icon plus our 8px margin
|
// The width of the icon plus our 8px margin plus 1px leeway
|
||||||
max-width: calc(100% - 37px);
|
max-width: calc(100% - 36px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-message__generic-attachment__file-name {
|
.module-message__generic-attachment__file-name {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue