Skip to content

Commit 6847875

Browse files
committedNov 9, 2024·
fix: white spaces for \q1 and \q2
close #54
1 parent 0f2fab8 commit 6847875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/global.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
}
4444
.ASS-dialogue[data-wrap-style="1"] {
4545
word-break: break-word;
46-
white-space: normal;
46+
white-space: pre-wrap;
4747
}
4848
.ASS-dialogue[data-wrap-style="2"] {
4949
word-break: normal;
50-
white-space: nowrap;
50+
white-space: pre;
5151
}
5252

5353
.ASS-dialogue [data-border-style="1"] {

0 commit comments

Comments
 (0)
Please sign in to comment.