fix: fix CJK characters breaking unnecessarily

This commit is contained in:
silver_volt4 2024-05-23 15:13:45 +02:00 committed by GitHub
parent d5b0873802
commit 673f7aa410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);