[Glitch] Keep version string displayed without breakpoints in UI

Port 5a437edc7f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Michael Stanclift
2023-10-03 04:52:21 -05:00
committed by Claire
parent a5dbb1ee5a
commit 8eb09c6f72
2 changed files with 5 additions and 1 deletions
@@ -41,6 +41,10 @@
color: $dark-text-color;
margin-bottom: 20px;
.version {
white-space: nowrap;
}
strong {
font-weight: 500;
}