UI fixes to scoped software labels (#25094)

relates to #25062, 25063

quick fixes for UI issues with scoped software via labels feature.

- [x] Manual QA for all new/changed functionality
This commit is contained in:
Gabriel Hernandez
2025-01-02 18:06:13 +00:00
committed by GitHub
parent bbc35cb76b
commit f2a15bcec8
2 changed files with 6 additions and 3 deletions
@@ -71,8 +71,9 @@ export const PlatformSelector = ({
</Checkbox>
</span>
<div className="form-field__help-text">
To apply the profile to new hosts, you&apos;ll have to delete it and
upload a new profile.
Your policy will only run on the selected platform(s). Additionally, if
install software automation is enabled, it will run only on hosts
defined in the software scope.
</div>
</div>
);
@@ -1,7 +1,9 @@
.software-details-modal {
&__modal-content {
display: flex;
gap: $pad-xxlarge;
column-gap: $pad-xxlarge;
row-gap: $pad-xlarge;
flex-wrap: wrap;
}
.react-tooltip {