mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix tier list maker weird text wraps when downloading an image
This commit is contained in:
parent
4dcbf4db42
commit
7ca2d4e950
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user