fix row height on very long file names (#168)

This commit is contained in:
ahaenggli
2020-12-22 13:22:01 +01:00
committed by GitHub
parent 41e34d5fe0
commit 83e5aee503

View File

@@ -586,6 +586,9 @@ export default {
.file-row a { .file-row a {
color: #373737; color: #373737;
} }
.file-row a.name {
word-break: break-all;
}
.file-row.type-dir a.name { .file-row.type-dir a.name {
font-weight: bold font-weight: bold
} }