mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Fleet] fix platform selector css (#205598)
## Summary Fix error that came when clicking on Add agent in Fleet Before:  After: <img width="1690" alt="image" src="https://github.com/user-attachments/assets/70df4792-aab9-4230-8f7b-55eeb0ef57ab" />
This commit is contained in:
parent
26cc597b36
commit
8113ddfb30
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ import {
|
|||
} from '@elastic/eui';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { FormattedMessage } from '@kbn/i18n-react';
|
||||
import { css } from '@emotion/react';
|
||||
|
||||
import {
|
||||
FLEET_CLOUD_SECURITY_POSTURE_KSPM_POLICY_TEMPLATE,
|
||||
|
@ -224,7 +225,7 @@ export const PlatformSelector: React.FunctionComponent<Props> = ({
|
|||
fontSize="m"
|
||||
isCopyable={!fullCopyButton}
|
||||
paddingSize="m"
|
||||
css={`
|
||||
css={css`
|
||||
max-width: 1100px;
|
||||
`}
|
||||
whiteSpace="pre"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue