From 64eebfaf86da617d9c756ae87df2d9399ba495f5 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Sat, 10 Jan 2026 22:07:22 +0100 Subject: [PATCH] Minor fix --- app/components/Alert.module.css | 4 ++++ 1 file changed, 4 insertions(+) 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 {