Browse Source

Fix topic log link length overruns

merge-requests/129/head
Gyrfalcon05 3 years ago
parent
commit
9f148b77fe
  1. 1
      tildes/scss/modules/_topic.scss

1
tildes/scss/modules/_topic.scss

@ -172,6 +172,7 @@
.topic-log-entry {
margin-bottom: 0.8rem;
word-break: break-all;
}
.topic-log-entry-time {

Loading…
Cancel
Save