Fix style

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
Gregoire Parant 2022-01-27 20:33:33 +01:00
parent b38081515b
commit 949b73d900

View file

@ -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;
}
}