Skip to content

Commit

Permalink
Set title line-height in em rather than rem
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Sep 21, 2023
1 parent 2ed0910 commit 235f1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/scss/components/_listing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ul.listing {

td.title {
padding: 1em;
line-height: 2rem;
line-height: 2em;
}

thead {
Expand Down Expand Up @@ -228,7 +228,7 @@ ul.listing {
}

.icon.initial {
margin: 5px 0.3em 0 0;
margin: 3px 0.3em 0 0;
vertical-align: top;
}
}
Expand Down

0 comments on commit 235f1f4

Please sign in to comment.