Просмотр исходного кода

Don't word-wrap in article titles

ltdk 3 лет назад
Родитель
Сommit
15268ef4f6
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      ui/static/css/common.css

+ 10 - 0
ui/static/css/common.css

@@ -693,6 +693,16 @@ template {
     box-shadow: var(--current-item-box-shadow);
 }
 
+.item-header {
+    display: flex;
+}
+
+.item-title {
+    overflow-x: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+}
+
 .item-title a {
     text-decoration: none;
     font-weight: var(--item-title-link-font-weight);