From 949b73d90007a4ce7ba1347bb99334bd53e21601 Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Thu, 27 Jan 2022 20:33:33 +0100 Subject: [PATCH] Fix style Signed-off-by: Gregoire Parant --- front/style/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/style/style.scss b/front/style/style.scss index a0719d55..b3a55828 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -69,7 +69,7 @@ body .message-info.warning{ i { position: absolute; width: 100px; - height: 100px; + height: auto; left: -6px; top: calc(100% - 28px); text-align: center; @@ -80,6 +80,7 @@ body .message-info.warning{ background-color: white; border: solid 3px black; border-radius: 8px; + font-style: normal; } }