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; +}