Skip to content

Commit

Permalink
Fix align-height icon rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Feb 15, 2024
1 parent a20b541 commit 0e4bd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/figure.css
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
.dropdown-menu input + span { visibility: hidden; }
.dropdown-menu input:checked + span { visibility: visible; }

.atop i {
.atop i, .aheight i {
transform: rotate(90deg);
display: inline-block;
}
Expand Down

0 comments on commit 0e4bd95

Please sign in to comment.