Fix tier list maker weird text wraps when downloading an image

This commit is contained in:
Kalle
2026-01-11 16:53:54 +02:00
parent 4dcbf4db42
commit 7ca2d4e950
2 changed files with 3 additions and 3 deletions

View File

@@ -26,9 +26,7 @@
.tierName {
color: var(--button-text);
line-height: 1.2;
max-width: 90px;
overflow-wrap: break-word;
word-wrap: break-word;
white-space: nowrap;
}
.popupContent {