fix the long button in the bootstrap advanced options UI (#38567)

**Related issue:** Resolves #37003

This fixes the long button in the bootstrap package advanced options
section.

- [x] Added/updated automated tests
This commit is contained in:
Gabriel Hernandez
2026-01-23 13:30:53 +00:00
committed by GitHub
parent 3036dd1211
commit 611374f367
2 changed files with 2 additions and 4 deletions
@@ -79,6 +79,8 @@ const BootstrapAdvancedOptions = ({
Install Fleet's agent (fleetd) manually
</TooltipWrapper>
</Checkbox>
{/* The wrapper div is needed to keep the button from stretching full width
* of the flex container */}
<div>
<Button
disabled={
@@ -14,8 +14,4 @@
flex-direction: column;
gap: $pad-large;
}
.button {
width: fit-content;
}
}