From 5839a4e52a6dcc6de455903daa9cde7fcebbbd21 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sun, 23 Dec 2018 16:25:08 +0100 Subject: [PATCH] Add nowrap span --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index b4924e9..a0e2361 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -685,3 +685,6 @@ kbd { white-space: nowrap; font-family: 'Fira Code', 'Ubuntu Mono', 'Source Code Pro', Menlo, Monaco, Courier; } +span.nowrap { + white-space: nowrap; +}