Skip to content

Commit 32b7d9c

Browse files
committed
participants wrapping fix, so the icons don't break into newlines
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent 45d4fcd commit 32b7d9c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/assets/stylesheets/components/topics.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,17 @@
8282
& .topic-participants {
8383
width: 250px;
8484
text-align: right;
85+
white-space: nowrap;
8586

8687
.topic-icon {
8788
margin: 0 4px;
8889
vertical-align: top;
8990
}
9091

9192
.participants {
92-
display: inline-block;
93+
display: inline-flex;
94+
align-items: center;
95+
flex-wrap: nowrap;
9396
}
9497
}
9598
}

0 commit comments

Comments
 (0)