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 <jacob@fleetdm.com>
This commit is contained in:
jacobshandling
2025-03-12 16:07:10 -07:00
committed by GitHub
co-authored by Jacob Shandling
parent 4e325bb131
commit f3924b9129
@@ -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 {