diff --git a/system/core/src/components/InputAlert.ts b/system/core/src/components/InputAlert.ts index 5c60a6d44..8f7a08376 100644 --- a/system/core/src/components/InputAlert.ts +++ b/system/core/src/components/InputAlert.ts @@ -26,6 +26,9 @@ export const baseStyles = css` & > svg:first-child { margin-top: 2px; } + & > :not(svg):first-child:last-child { + grid-column: 1 / 3; + } &[data-variant='error'], &[data-variant='warning'],