diff --git a/tildes/scss/modules/_topic.scss b/tildes/scss/modules/_topic.scss index 6b4db2e..8cbbd48 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -78,6 +78,10 @@ align-items: center; } +.topic-content-metadata { + white-space: nowrap; +} + .topic-group { margin-right: 0.4rem; }