From 03db8207a463c713d968345fca48de1846d2d528 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Fri, 1 Jan 2021 01:52:20 -0500 Subject: nonbreaking --- static/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 6280df7..b46b683 100644 --- a/static/style.css +++ b/static/style.css @@ -99,6 +99,11 @@ p { } .sep { - margin-left: 10px; - margin-right: 10px; + margin-left: 6px; + margin-right: 6px; } + +.nonbreaking { + white-space: nowrap; +} + -- cgit v1.2.3