add border to eua empty state (#33457)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**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:
<img width="514" height="306" alt="image"
src="https://github.com/user-attachments/assets/8906d9a4-1c7a-4e63-a4e9-05374411489c"
/>
This commit is contained in:
Magnus Jensen 2025-09-25 14:34:20 +03:00 committed by GitHub
parent 77972a5fa2
commit c3bb14bac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1 @@
* Ensure product consistency by adding a border to the empty state of End User Authentication section

View file

@ -1,5 +1,9 @@
.require-end-user-auth {
width: 100%;
.empty-table__container {
@include tab-empty-state;
}
&__required-message {
margin-top: 0;