We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405dc60 commit e2a02a5Copy full SHA for e2a02a5
1 file changed
app/assets/stylesheets/components/topics.css
@@ -239,6 +239,10 @@ a.topic-icon {
239
gap: var(--spacing-2);
240
}
241
242
+ .topic-title-icons {
243
+ min-width: 0;
244
+ }
245
+
246
.topic-icon {
247
padding: 2px;
248
margin-right: 0;
@@ -328,6 +332,8 @@ a.topic-icon {
328
332
padding: var(--spacing-2) var(--spacing-4) var(--spacing-2) var(--spacing-2);
329
333
align-self: stretch;
330
334
height: 100%;
335
+ min-width: var(--topic-title-icons-width, 190px);
336
+ flex-shrink: 0;
331
337
338
339
.status-border.has-new-replies::before {
0 commit comments