From 40d8a828f9cb133908429d2d6cac7da4e47c63a8 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 16 Apr 2022 08:45:04 -0700 Subject: [PATCH] Add a .nobreak helper class to main.css --- static/styles/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/styles/main.css b/static/styles/main.css index 9e8cf0b..62853f4 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -467,3 +467,12 @@ ul.post-tags li + li { font-size: 7px; } } + +/* + * Helpers + */ + +/* For s that shouldn't break. */ +.nobreak { + white-space: nowrap; +} \ No newline at end of file