Browse Source

Fix vertical alignment of topic-metadata row

I'm not sure why, but on only *some* topics the group name is moved up
by 1px. This should fix it.
merge-requests/64/head
Deimos 6 years ago
parent
commit
1b4d1e5a0b
  1. 1
      tildes/scss/modules/_topic.scss

1
tildes/scss/modules/_topic.scss

@ -106,6 +106,7 @@
.topic-metadata { .topic-metadata {
display: flex; display: flex;
align-items: baseline;
margin-bottom: 0.2rem; margin-bottom: 0.2rem;
max-height: 4rem; max-height: 4rem;
overflow: hidden; overflow: hidden;

Loading…
Cancel
Save