Skip to content

Commit 02daf4e

Browse files
committed
Fix topic header text
This commit fixes the sub title text of a topic header, where before this commit the text would look like: ``` Started by Bob Committer10 days ago14 messages ``` and after this commit looks like: ``` Started by Bob Committer 10 days ago 14 messages ``` Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
1 parent 06876a0 commit 02daf4e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/assets/stylesheets/components/topics.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
}
9090
}
9191

92+
.topic-meta {
93+
& span {
94+
padding-right: var(--spacing-2);
95+
}
96+
}
97+
9298
.topic-link {
9399
color: var(--color-text-link);
94100
text-decoration: none;

0 commit comments

Comments
 (0)