summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIBBoard <github@ibboard.co.uk>2019-02-13 20:40:27 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2019-02-22 22:27:47 +0100
commit89d9b77994d564f4ef29db7cc7191c5cd87b8705 (patch)
tree1dcd903f91d08a5e9016ea5a77f3e80b77dae2f8
parent1ab51664fa59c34be639c342581e66ae17719f39 (diff)
Fix multi-line news titles
Change CSS "height" for a "min-height" so that it can expand if necessary Fixes #359
-rw-r--r--css/content.css2
1 files changed, 1 insertions, 1 deletions
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;
}