Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit ef08e5e

Browse files
authored
UX: Improve groups list in feature table when many groups (#1254)
This update improves the displaying of groups in the features table when there are many groups for a particular persona.
1 parent 4de39a0 commit ef08e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/stylesheets/common/ai-features.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717

1818
&__row-item-groups {
1919
list-style: none;
20-
margin: 0.5em 0 0 0;
2120
display: flex;
21+
flex-flow: row wrap;
22+
gap: 0.25em;
2223

2324
li {
2425
font-size: var(--font-down-2);
2526
border-radius: var(--d-border-radius);
2627
background: var(--primary-very-low);
2728
border: 1px solid var(--primary-low);
2829
padding: 1px 3px;
29-
margin-right: 0.5em;
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)