Properly overflow text if the name is too long
This commit is contained in:
parent
fcf54ac9ca
commit
18ffc0b657
@ -338,3 +338,8 @@ div.setupButtons {
|
|||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-top-right-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