Skip to content

Commit e2a02a5

Browse files
committed
aligned desktop thread titles by reserving a fixed icon column width
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent 405dc60 commit e2a02a5

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
@@ -239,6 +239,10 @@ a.topic-icon {
239239
gap: var(--spacing-2);
240240
}
241241

242+
.topic-title-icons {
243+
min-width: 0;
244+
}
245+
242246
.topic-icon {
243247
padding: 2px;
244248
margin-right: 0;
@@ -328,6 +332,8 @@ a.topic-icon {
328332
padding: var(--spacing-2) var(--spacing-4) var(--spacing-2) var(--spacing-2);
329333
align-self: stretch;
330334
height: 100%;
335+
min-width: var(--topic-title-icons-width, 190px);
336+
flex-shrink: 0;
331337
}
332338

333339
.status-border.has-new-replies::before {

0 commit comments

Comments
 (0)