Browse Source

Fix alignment of topic link icon on comments page

This got a little off since I removed the top margin on it.
merge-requests/85/head
Deimos 5 years ago
parent
commit
dd25554e08
  1. 1
      tildes/scss/modules/_topic.scss

1
tildes/scss/modules/_topic.scss

@ -262,6 +262,7 @@
.topic-full-link {
display: flex;
align-items: first baseline;
word-break: break-all;
}

Loading…
Cancel
Save