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.
This commit is contained in:
Keegan George 2025-04-10 09:14:51 -07:00 committed by GitHub
parent 4de39a07e5
commit ef08e5ea45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,9 @@
&__row-item-groups {
list-style: none;
margin: 0.5em 0 0 0;
display: flex;
flex-flow: row wrap;
gap: 0.25em;
li {
font-size: var(--font-down-2);
@ -26,7 +27,6 @@
background: var(--primary-very-low);
border: 1px solid var(--primary-low);
padding: 1px 3px;
margin-right: 0.5em;
}
}
}