From 02ecb771725cac900ac052bd58ea77ae9b262446 Mon Sep 17 00:00:00 2001
From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com>
Date: Mon, 29 Jan 2024 10:31:13 -0800
Subject: [PATCH] =?UTF-8?q?UI=20=E2=80=93=C2=A0negate=20global=20form=20fi?=
=?UTF-8?q?eld=20width=20for=20host=20page=20filters;=20help=20text=20upda?=
=?UTF-8?q?te=20(#16397)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## Follow-up to #16159 - part of form field spot checks
- Negate `.form-field {width: 100%}` for `.form-field`s used within the
manage hosts page filter block
Follow form field help text pattern in edit team modal
# Checklist for submitter
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Jacob Shandling
---
.../components/EditTeamModal/EditTeamModal.tsx | 5 +----
.../components/HostsFilterBlock/_styles.scss | 10 +++++-----
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/components/EditTeamModal/EditTeamModal.tsx b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/components/EditTeamModal/EditTeamModal.tsx
index 96dcfb0dd9..66c4ade51c 100644
--- a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/components/EditTeamModal/EditTeamModal.tsx
+++ b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/components/EditTeamModal/EditTeamModal.tsx
@@ -67,11 +67,8 @@ const EditTeamModal = ({
onChange={setSelectedTeam}
value={selectedTeam}
label="Team"
+ helpText="macOS hosts will be added to this team when they're first unboxed."
/>
-
- macOS hosts will be added to this team when they're first
- unboxed.
-