Fixes #2351 - Unable to cancel attachment upload
This commit is contained in:
parent
8382a71813
commit
23c8db7e58
1 changed files with 1 additions and 1 deletions
|
@ -7051,7 +7051,7 @@ footer {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
color: #b3b3b3;
|
color: #b3b3b3;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@extend .u-unclickable, .u-textTruncate;
|
@extend .u-textTruncate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments:not(:empty) {
|
.attachments:not(:empty) {
|
||||||
|
|
Loading…
Reference in a new issue