diff --git a/app/components/Alert.module.css b/app/components/Alert.module.css index db26d4ae3..f500fc585 100644 --- a/app/components/Alert.module.css +++ b/app/components/Alert.module.css @@ -21,6 +21,10 @@ .tiny { font-size: var(--fonts-xs); + + & > svg { + height: 1.25rem; + } } .warning {