mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
Fix tier list maker weird text wraps when downloading an image
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user