mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 01:22:44 +00:00
Fix #329 Preserve white space in item tooltips
This commit is contained in:
@@ -1405,7 +1405,7 @@ hr {
|
|||||||
font-family: MinecraftSeven, sans-serif;
|
font-family: MinecraftSeven, sans-serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
line-height: 1.1 ;
|
line-height: 1.1 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user