mirror of
https://github.com/filegator/filegator.git
synced 2025-08-09 10:56:53 +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 {
|
||||
color: #373737;
|
||||
}
|
||||
.file-row a.name {
|
||||
word-break: break-all;
|
||||
}
|
||||
.file-row.type-dir a.name {
|
||||
font-weight: bold
|
||||
}
|
||||
|
Reference in New Issue
Block a user