From 45a9fd5af60e9e9b19632abeb40619f68b983bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 23 Jul 2022 21:46:32 -0700 Subject: [PATCH] Revert "Don't word-wrap in article titles" This reverts commit 15268ef4f6748609126fdf29df50df2bf5f93855. Unfortunately, it's not really usable on a mobile phone because most titles are truncated. --- ui/static/css/common.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 50b74780..23c87842 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -693,16 +693,6 @@ 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);