Skip to content

Commit

Permalink
fix: text-spacing not working properly with text-spacing natively ena…
Browse files Browse the repository at this point in the history
…bled browser

- fix #1252
  • Loading branch information
MurakamiShinyu committed Jan 26, 2024
1 parent 8291d31 commit 42e16f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/vivliostyle/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,10 @@ span.viv-anonymous-block {
display: block;
}
[data-vivliostyle-page-container] {
text-spacing-trim: space-all;
text-autospace: no-autospace;
}
viv-ts-open.viv-ts-auto > viv-ts-inner,
viv-ts-open.viv-ts-trim > viv-ts-inner {
margin-inline-start: -0.5em;
Expand Down

0 comments on commit 42e16f4

Please sign in to comment.