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:
parent
4de39a07e5
commit
ef08e5ea45
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue