From ef08e5ea45155fe121ba4df44da79eca633efaa6 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Thu, 10 Apr 2025 09:14:51 -0700 Subject: [PATCH] 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. --- assets/stylesheets/common/ai-features.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/common/ai-features.scss b/assets/stylesheets/common/ai-features.scss index 2ae68c8b..6a29541c 100644 --- a/assets/stylesheets/common/ai-features.scss +++ b/assets/stylesheets/common/ai-features.scss @@ -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; } } }