From 1d3a781af4d9e06c1d5ef7433aa303e6e9be1a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Mon, 21 Aug 2023 14:03:31 +0200 Subject: [PATCH] fix: Remove padding to fit text in alert for small screen --- src/components/AppHighlightAlert/AppHighlightAlert.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/AppHighlightAlert/AppHighlightAlert.jsx b/src/components/AppHighlightAlert/AppHighlightAlert.jsx index 0715757454..3253d64bbe 100644 --- a/src/components/AppHighlightAlert/AppHighlightAlert.jsx +++ b/src/components/AppHighlightAlert/AppHighlightAlert.jsx @@ -59,7 +59,9 @@ const AppHighlightAlert = ({ borderRadius: '0.5rem', position: 'relative', gridRow: rowIndex, - gridColumn: '1 / -1' + gridColumn: '1 / -1', + paddingTop: 0, + paddingBottom: 0 }} >