Browse Source

Make tags wrap properly

merge-requests/44/head
Bauke 7 years ago
parent
commit
88c17ef4de
No known key found for this signature in database GPG Key ID: C1C0F29952BCF558
  1. 4
      tildes/scss/modules/_label.scss

4
tildes/scss/modules/_label.scss

@ -15,7 +15,9 @@
.label-topic-tag {
background-color: transparent;
margin: 0 0.4rem 0 0;
white-space: nowrap;
white-space: normal;
word-wrap: break-word;
max-width: 100%;
}
.label-topic-tag-nsfw,

Loading…
Cancel
Save