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 {

View File

@ -67,6 +67,7 @@
font-weight: var(--bold);
color: var(--text-lighter);
text-transform: lowercase;
white-space: nowrap;
}
.authorInfo {
@ -79,4 +80,5 @@
font-weight: var(--bold);
font-size: var(--fonts-xs);
color: var(--text);
white-space: nowrap;
}