Properly overflow text if the name is too long

merge-requests/15/head
Mike Koch 8 years ago
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…
Cancel
Save