From 28cb776082cca54d78c2e6d32f43242525c8d550 Mon Sep 17 00:00:00 2001 From: Yozora XCII Date: Sat, 23 Mar 2024 00:05:03 +0000 Subject: [PATCH] fix white-space for annotations --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 8a1a5f51..478ea49c 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -19,7 +19,7 @@ strong { } table tr td code { - white-space: nowrap; + white-space: pre; } .md-banner {