From 89d9b77994d564f4ef29db7cc7191c5cd87b8705 Mon Sep 17 00:00:00 2001 From: IBBoard Date: Wed, 13 Feb 2019 20:40:27 +0000 Subject: Fix multi-line news titles Change CSS "height" for a "min-height" so that it can expand if necessary Fixes #359 --- css/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/content.css b/css/content.css index a554161ef..c3bdb481d 100644 --- a/css/content.css +++ b/css/content.css @@ -228,7 +228,7 @@ position: sticky; top: 50px; background-color: var(--color-main-background); - height: 41px; + min-height: 41px; opacity: 0.9; } -- cgit v1.2.3