summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-24 04:15:32 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-24 04:15:32 +0200
commit38920de3910705dac42af2370da7b3ba504577a9 (patch)
tree106afdc3d7021fffbee36a526caf942f0f5725c5 /public
parentd171b7d9673bce6abf537d6dc6db3ac7a9062754 (diff)
Prevent the more … link from line breaking
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/ccc.css4
1 files changed, 4 insertions, 0 deletions
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 {
112 display: none; 112 display: none;
113} 113}
114 114
115.no_break {
116 white-space: nowrap
117}
118
115/* ========================================================================== 119/* ==========================================================================
116 3. COLOR SCHEME & LIGHT/DARK TOGGLE 120 3. COLOR SCHEME & LIGHT/DARK TOGGLE
117 ========================================================================== 121 ==========================================================================