Browse Source

Fix overflowing topic excerpt pushing vote button

In (very rare) cases where a topic's excerpt is made up of a long string
that doesn't wrap, it could end up pushing the topic voting button to
the right and making it inaccessible. This should fix those cases.
merge-requests/68/head
Deimos 6 years ago
parent
commit
b16051445e
  1. 1
      tildes/scss/modules/_topic.scss

1
tildes/scss/modules/_topic.scss

@ -166,6 +166,7 @@
max-width: none; max-width: none;
margin: 0; margin: 0;
overflow: hidden;
font-style: italic; font-style: italic;
h1 { h1 {

Loading…
Cancel
Save