diff --git a/src/css/style.css b/src/css/style.css index 79b33f679..63c58762a 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -834,14 +834,14 @@ div.catalog-thread { min-height: 16px; padding: 2px; } +.catalog-small .fileText { + font-size: 10px; +} .catalog-thread .file:not(:hover) .fileText { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } -.catalog-small .file:not(:hover) .fileText { - font-size: 10px; -} .catalog-thread .file:hover { z-index: 2; background-color: inherit;