Skip to content

Commit

Permalink
fix: Text-decoration-line should not be skipped at space inserted by …
Browse files Browse the repository at this point in the history
…text-spacing

- fix #1061
  • Loading branch information
MurakamiShinyu committed Dec 26, 2024
1 parent d1985eb commit ea465b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/vivliostyle/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,9 @@ viv-ts-thin-sp::after {
text-orientation: mixed;
visibility: hidden;
}
[style*=text-decoration] :is(viv-ts-thin-sp, viv-ts-close.viv-ts-auto)::after {
visibility: visible;
}
span[data-viv-leader] {
text-combine-upright: none;
Expand Down

0 comments on commit ea465b6

Please sign in to comment.