From 1242d2ead2cf4f80afe7db094abb9b701394e36a Mon Sep 17 00:00:00 2001 From: HatScripts Date: Thu, 5 May 2022 21:21:17 +1000 Subject: [PATCH] Make code non-wrapping --- gallery.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gallery.css b/gallery.css index 151e8a7..37dbf83 100644 --- a/gallery.css +++ b/gallery.css @@ -7,3 +7,6 @@ padding: 1em; width: 160px; } +code { + white-space: nowrap; +}