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,
|
||||
.directory p {
|
||||
flex: 1 1;
|
||||
max-width: calc(100% - 9rem);
|
||||
text-overflow: ellipsis;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.file > span,
|
||||
.directory > span {
|
||||
|
Binary file not shown.
@ -15,7 +15,11 @@
|
||||
p {
|
||||
flex: 1 1;
|
||||
|
||||
max-width: ~'calc(100% - 9rem)';
|
||||
|
||||
text-overflow: ellipsis;
|
||||
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
> span {
|
||||
|
Loading…
Reference in New Issue
Block a user