mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-21 19:22:13 -08:00
Added "nowrap" to prevent Japanese line breaks in the middle of a sentence
This commit is contained in:
parent
b945b7278c
commit
b2109168f5
@ -3204,6 +3204,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
#server_status_wrapper {
|
||||
display: inline-flex;
|
||||
width: 75px;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
/* Span which displays the player count of the selected server. */
|
||||
@ -3295,6 +3296,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
padding: 0px 3px;
|
||||
text-align: center;
|
||||
letter-spacing: 1px;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
/* Wrapper container for mojang service information. */
|
||||
|
Loading…
Reference in New Issue
Block a user