From 3591b44b6217ef373de7a654c0ca8da7e1c601fa Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 21 Dec 2024 13:44:25 -0500 Subject: [PATCH] made article titles have ellipsis --- static/css/layout.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index 33012d5..f80d0e8 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -34,10 +34,13 @@ a:hover { font-family: "Courier Prime", Georgia, serif; } -dt >a { +dt { font-family: "Courier Prime", Georgia, serif; -} + text-overflow: ellipsis; + overflow:hidden; + white-space: nowrap; +} /*font sizes*/ h1 { font-size:1.95rem;