Skip to content

Commit

Permalink
add maxWidth from theme
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Jan 8, 2025
1 parent 1c6fe25 commit 3192c14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ export function FormulaEditor({
>
<div
css={css`
max-width: 400px;
max-width: ${euiTheme.components.forms.maxWidth};
`}
>
{warnings.map(({ message, severity }, index) => (
Expand Down

0 comments on commit 3192c14

Please sign in to comment.