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:
+2
@@ -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={
|
||||
|
||||
-4
@@ -14,8 +14,4 @@
|
||||
flex-direction: column;
|
||||
gap: $pad-large;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user