fix file-list: fix long file-names overflowing file icon
This commit is contained in:
@ -15,7 +15,11 @@
|
||||
p {
|
||||
flex: 1 1;
|
||||
|
||||
max-width: ~'calc(100% - 9rem)';
|
||||
|
||||
text-overflow: ellipsis;
|
||||
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
> span {
|
||||
|
Reference in New Issue
Block a user