fix file-list: fix long file-names overflowing file icon
This commit is contained in:
parent
38f9203af5
commit
ab9908f44c
@ -275,7 +275,9 @@ button.coming-soon::after {
|
|||||||
.file p,
|
.file p,
|
||||||
.directory p {
|
.directory p {
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
|
max-width: calc(100% - 9rem);
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.file > span,
|
.file > span,
|
||||||
.directory > span {
|
.directory > span {
|
||||||
|
Binary file not shown.
@ -15,7 +15,11 @@
|
|||||||
p {
|
p {
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
|
|
||||||
|
max-width: ~'calc(100% - 9rem)';
|
||||||
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
|
Loading…
Reference in New Issue
Block a user