diff --git a/frontend/components/PlatformSelector/PlatformSelector.tsx b/frontend/components/PlatformSelector/PlatformSelector.tsx
index 3eb907f9b2ea..592193a6d0ab 100644
--- a/frontend/components/PlatformSelector/PlatformSelector.tsx
+++ b/frontend/components/PlatformSelector/PlatformSelector.tsx
@@ -71,8 +71,9 @@ export const PlatformSelector = ({
- To apply the profile to new hosts, you'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.
);
diff --git a/frontend/pages/DashboardPage/cards/ActivityFeed/components/SoftwareDetailsModal/_styles.scss b/frontend/pages/DashboardPage/cards/ActivityFeed/components/SoftwareDetailsModal/_styles.scss
index 023d021a9869..6c4db7f6d6e3 100644
--- a/frontend/pages/DashboardPage/cards/ActivityFeed/components/SoftwareDetailsModal/_styles.scss
+++ b/frontend/pages/DashboardPage/cards/ActivityFeed/components/SoftwareDetailsModal/_styles.scss
@@ -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 {