From c3bb14bac4a63bccabd57384ba3aa9e0b626fbe9 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Thu, 25 Sep 2025 14:34:20 +0300 Subject: [PATCH] add border to eua empty state (#33457) **Related issue:** Resolves # # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] QA'd all new/changed functionality manually ## Media: image --- changes/32630-add-border-around-empty-state | 1 + .../components/RequireEndUserAuth/_styles.scss | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changes/32630-add-border-around-empty-state diff --git a/changes/32630-add-border-around-empty-state b/changes/32630-add-border-around-empty-state new file mode 100644 index 0000000000..eadd665cf3 --- /dev/null +++ b/changes/32630-add-border-around-empty-state @@ -0,0 +1 @@ +* Ensure product consistency by adding a border to the empty state of End User Authentication section \ No newline at end of file diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/components/RequireEndUserAuth/_styles.scss b/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/components/RequireEndUserAuth/_styles.scss index 403d6dad59..a39423adf4 100644 --- a/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/components/RequireEndUserAuth/_styles.scss +++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/components/RequireEndUserAuth/_styles.scss @@ -1,5 +1,9 @@ .require-end-user-auth { - width: 100%; + + .empty-table__container { + @include tab-empty-state; + } + &__required-message { margin-top: 0;