From a2c9004c09c03a146ec9afaf86df769329d214be Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 28 Jun 2021 15:20:16 +0200 Subject: [PATCH] fixed error --- pandora_console/include/styles/alert.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/alert.css b/pandora_console/include/styles/alert.css index a5f505c81d..643548f9fa 100644 --- a/pandora_console/include/styles/alert.css +++ b/pandora_console/include/styles/alert.css @@ -170,11 +170,12 @@ div#rules::after { position: relative; display: block; margin: 2em auto; - font-size: 3em; + font-size: 2.5em; color: #aaa; overflow: hidden; background: #fff; text-align: center; + height: 100px; } div#rules.cleanup::after { content: none;