Properly overflow text if the name is too long
This commit is contained in:
parent
fcf54ac9ca
commit
18ffc0b657
@ -337,4 +337,9 @@ div.setupButtons {
|
||||
width: 100%;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.file-row p.name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user