Browse Source

Increase line-height of topic tags

Descenders on some letters (g, p, etc.) were getting cut off in some
situations before, this should fix it.
merge-requests/85/head
Deimos 5 years ago
parent
commit
480f9025d0
  1. 1
      tildes/scss/modules/_label.scss

1
tildes/scss/modules/_label.scss

@ -3,6 +3,7 @@
.label {
font-size: 0.6rem;
line-height: 0.8rem;
}
.label-comment {

Loading…
Cancel
Save