Fix #329 Preserve white space in item tooltips

This commit is contained in:
Misode
2023-02-14 18:33:07 +01:00
parent 99b74961e9
commit db8a46f2a3

View File

@@ -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 ;
}