We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d4fcd commit 32b7d9cCopy full SHA for 32b7d9c
1 file changed
app/assets/stylesheets/components/topics.css
@@ -82,14 +82,17 @@
82
& .topic-participants {
83
width: 250px;
84
text-align: right;
85
+ white-space: nowrap;
86
87
.topic-icon {
88
margin: 0 4px;
89
vertical-align: top;
90
}
91
92
.participants {
- display: inline-block;
93
+ display: inline-flex;
94
+ align-items: center;
95
+ flex-wrap: nowrap;
96
97
98
0 commit comments