Skip to content

Commit

Permalink
force all objinfo icons to visually account for text's descender (#290)
Browse files Browse the repository at this point in the history
use inline-table to center lower and upper letters
  • Loading branch information
12rambau authored Sep 8, 2023
1 parent 5756b7f commit 22fd15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/_api.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ $objinfo-icon-size: 16px;
}

.objinfo-icon {
display: inline-block;
display: inline-table;
flex-shrink: 0;
width: $objinfo-icon-size;
height: $objinfo-icon-size;
Expand Down

0 comments on commit 22fd15f

Please sign in to comment.