From b016f869dd045035250609a61ce2a5a8ffe4be87 Mon Sep 17 00:00:00 2001 From: emma Date: Thu, 26 Jan 2023 03:29:12 -0500 Subject: [PATCH] fixed weird code wrapping --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 56438f8..0e5d45f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -50,6 +50,7 @@ a::selection { code { font-family: 'Ubuntu Mono Ligaturized'; word-break: break-all; + white-space: nowrap; } main {