Browse Source

Fix descenders being cut off in domain/user names

Due to hiding the overflow on topic sources to deal with longer domain
names, descenders (in 'y', 'g', 'j', etc.) were being hidden if they
went outside of the box. This increases the line-height and removes the
top margin - the result should be almost exactly the same, but won't cut
off the descenders.
merge-requests/64/head
Deimos 6 years ago
parent
commit
f506f95a6a
  1. 3
      tildes/scss/modules/_topic.scss

3
tildes/scss/modules/_topic.scss

@ -198,10 +198,7 @@
grid-column-gap: 0.4rem;
max-width: 32rem;
margin-top: 0.2rem;
white-space: nowrap;
line-height: 0.6rem;
}
.topic-info-comments {

Loading…
Cancel
Save