mirror of
https://github.com/filegator/filegator.git
synced 2025-08-10 00:26:51 +02:00
fix row height on very long file names (#168)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user