fix delete file with long filenames
This commit is contained in:
parent
c6c5877655
commit
a4e91f94e2
1 changed files with 6 additions and 3 deletions
|
@ -3655,6 +3655,7 @@ footer {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 1px 10px 1px 7px;
|
padding: 1px 10px 1px 7px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment:hover {
|
.attachment:hover {
|
||||||
|
@ -3679,10 +3680,12 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment:hover .attachment-delete {
|
.attachment:hover .attachment-delete {
|
||||||
@extend .u-textTruncate;
|
padding: 0 10px 0 30px;
|
||||||
padding-left: 7px;
|
float: right;
|
||||||
display: block;
|
display: block;
|
||||||
min-width: 80px;
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
background: linear-gradient(to right, hsla(200,20%,97%,0), hsla(200,20%,97%,1) 20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-delete .icon {
|
.attachment-delete .icon {
|
||||||
|
|
Loading…
Reference in a new issue