From 38920de3910705dac42af2370da7b3ba504577a9 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 24 Jul 2026 04:15:32 +0200 Subject: Prevent the more … link from line breaking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/ccc.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/stylesheets') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 79f2ea2f..faa9c18d 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -112,6 +112,10 @@ dd { display: none; } +.no_break { + white-space: nowrap +} + /* ========================================================================== 3. COLOR SCHEME & LIGHT/DARK TOGGLE ========================================================================== -- cgit v1.3