From ac258e9aaf7e561c39267184653d7000756beddd Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Tue, 10 Jan 2023 22:14:35 -0500 Subject: [PATCH] nowrap --- themes/v2/assets/css/style.scss | 4 ++++ themes/v2/layouts/partials/pinboard.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index bad1423..dacfeac 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -42,3 +42,7 @@ footer { margin-bottom: 12px; } } + +.nowrap { + white-space: nowrap; +} diff --git a/themes/v2/layouts/partials/pinboard.html b/themes/v2/layouts/partials/pinboard.html index eb7b18b..28c6f51 100644 --- a/themes/v2/layouts/partials/pinboard.html +++ b/themes/v2/layouts/partials/pinboard.html @@ -7,7 +7,7 @@