From db8a46f2a34c9364e716dfa1ecab10073b44ad3a Mon Sep 17 00:00:00 2001 From: Misode Date: Tue, 14 Feb 2023 18:33:07 +0100 Subject: [PATCH] Fix #329 Preserve white space in item tooltips --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index ce9776e5..fb689c88 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1405,7 +1405,7 @@ hr { font-family: MinecraftSeven, sans-serif; font-size: 20px; position: relative; - white-space: nowrap; + white-space: pre; line-height: 1.1 ; }