Browse Source

Increase line-height for collapsed comments

The descenders on collapsed comments are getting cut off a bit (in
Firefox on Linux anyway), so this should help with that.
merge-requests/74/head
Deimos 5 years ago
parent
commit
821793cbea
  1. 1
      tildes/scss/modules/_comment.scss

1
tildes/scss/modules/_comment.scss

@ -191,6 +191,7 @@
header {
font-size: 0.6rem;
line-height: 0.8rem;
}
}

Loading…
Cancel
Save