Skip to content

Commit

Permalink
Fix button line-height issue (#94)
Browse files Browse the repository at this point in the history
Math button labels weren't properly aligned; neither were the buttons
themselves in the math tools preference description.

Regression introduced in #82.
  • Loading branch information
SimonAlling committed Jul 15, 2020
1 parent cb48af9 commit dd59012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stylesheets/editing-tools.scss
Expand Up @@ -31,6 +31,9 @@
height: 23px;
box-sizing: border-box;
margin: 0 1px 0 0;
* {
line-height: 0;
}
}

.#{getGlobal("SITE.CLASS.button")}:last-of-type {
Expand Down

0 comments on commit dd59012

Please sign in to comment.