From f3924b91299f34a7615ef5fccd6c0c5403e120c0 Mon Sep 17 00:00:00 2001 From: jacobshandling <61553566+jacobshandling@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:07:10 -0700 Subject: [PATCH] UI - make label chooser styling more flexible (#27054) ## Follow-up for https://github.com/fleetdm/fleet/pull/27019 Makes the styling of the label chooser more flexible, will allow seamless merging of [incoming changes](https://github.com/fleetdm/fleet/pull/26867) - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling --- frontend/components/TargetLabelSelector/_styles.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/components/TargetLabelSelector/_styles.scss b/frontend/components/TargetLabelSelector/_styles.scss index 0388dbb3dd..4f779d19c9 100644 --- a/frontend/components/TargetLabelSelector/_styles.scss +++ b/frontend/components/TargetLabelSelector/_styles.scss @@ -3,11 +3,9 @@ font-size: $x-small; &__custom-label-chooser { - margin-top: $pad-medium; - } - - &__description { - margin: $pad-medium 0; + display: flex; + flex-direction: column; + gap: $pad-medium; } &__checkboxes {