Browse Source

Allow topic "content metadata" to wrap

Now that a bit more info (link publication dates) is being shown inside
the topic content metadata sometimes, white-space: nowrap probably isn't
a very good idea and has a chance of causing issues on mobile. Just
letting it wrap should be fine most of the time, though it could look a
little strange when it wraps in the middle of a word count or date.
merge-requests/37/head
Deimos 6 years ago
parent
commit
ec9f152568
  1. 4
      tildes/scss/modules/_topic.scss

4
tildes/scss/modules/_topic.scss

@ -81,10 +81,6 @@
align-items: center; align-items: center;
} }
.topic-content-metadata {
white-space: nowrap;
}
.topic-group { .topic-group {
margin-right: 0.4rem; margin-right: 0.4rem;
} }

Loading…
Cancel
Save