Skip to content

Commit

Permalink
fix: white spaces for \q1 and \q2
Browse files Browse the repository at this point in the history
close #54
  • Loading branch information
weizhenye committed Nov 9, 2024
1 parent 0f2fab8 commit 6847875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
}
.ASS-dialogue[data-wrap-style="1"] {
word-break: break-word;
white-space: normal;
white-space: pre-wrap;
}
.ASS-dialogue[data-wrap-style="2"] {
word-break: normal;
white-space: nowrap;
white-space: pre;
}

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

0 comments on commit 6847875

Please sign in to comment.