mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
fix: fix CJK characters breaking unnecessarily
This commit is contained in:
parent
d5b0873802
commit
673f7aa410
|
|
@ -371,6 +371,7 @@ header .user-widget .button {
|
|||
width: 100%;
|
||||
padding: 8px 60px;
|
||||
cursor: pointer;
|
||||
word-break: keep-all;
|
||||
}
|
||||
header .user-widget .button.logout {
|
||||
background: var(--bg-shade-3);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user