Skip to content

Commit

Permalink
fix ruby rt display
Browse files Browse the repository at this point in the history
- fixed off-center display for ruby text by adding support for the new ruby-text display value.
  • Loading branch information
SethClydesdale committed Feb 19, 2024
1 parent a033ff4 commit 239e069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,7 @@ ruby rt {
/* START ruby-position:under; hack */
font-size:11px; /* if font size is changed, various values will need to be adjusted */
display:block;
display:ruby-text;
/*OLD: (w/valign:top this doesn't seem necessary)
height:15px;
line-height:15px;*/
Expand Down
Loading

0 comments on commit 239e069

Please sign in to comment.