mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix wrapping long words
This commit is contained in:
@@ -1883,8 +1883,9 @@ hr {
|
||||
|
||||
.dialog-preview .text-component {
|
||||
font-size: calc(var(--dialog-px) * 10);
|
||||
white-space: pre-wrap;
|
||||
text-align: center;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.dialog-preview .text-component span {
|
||||
|
||||
Reference in New Issue
Block a user