Fix live server map name normalization

This commit is contained in:
devRaGonSa
2026-03-20 21:27:16 +01:00
parent aae99ac64e
commit abf0890029
5 changed files with 147 additions and 4 deletions

View File

@@ -674,6 +674,14 @@ h2 {
overflow-wrap: anywhere;
}
.server-card__quickfact-value--map {
font-size: 0.98rem;
line-height: 1.5;
overflow-wrap: break-word;
word-break: normal;
hyphens: auto;
}
.servers-empty {
margin: 0;
padding: 18px;