mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 03:32:12 -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 {
|
#server_status_wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
|
text-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Span which displays the player count of the selected server. */
|
/* Span which displays the player count of the selected server. */
|
||||||
@ -3295,6 +3296,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
padding: 0px 3px;
|
padding: 0px 3px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
text-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Wrapper container for mojang service information. */
|
/* Wrapper container for mojang service information. */
|
||||||
|
Loading…
Reference in New Issue
Block a user