Skip to content

Commit

Permalink
fix ruby text display
Browse files Browse the repository at this point in the history
- fixed display of ruby text on some browsers.
  • Loading branch information
SethClydesdale committed Mar 3, 2024
1 parent 3bd4ade commit 0787913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions resources/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +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;
text-align:center;
/*OLD: (w/valign:top this doesn't seem necessary)
height:15px;
line-height:15px;*/
Expand All @@ -1640,7 +1640,6 @@ ruby rt {

.helper-hidden .multi-vocab rt {
display:block;
display:ruby-text;
visibility:hidden;
}

Expand Down
Loading

0 comments on commit 0787913

Please sign in to comment.