From 0ffdec33c85f42a37849f6dfbffe89255be611ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 10 May 2021 19:36:49 +0100 Subject: [PATCH] fix(ui): fix css glitches when tooltips are active --- ui/src/Styles/Components/AlertHistory.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/src/Styles/Components/AlertHistory.scss b/ui/src/Styles/Components/AlertHistory.scss index 5e03c784d..9d62f2c4f 100644 --- a/ui/src/Styles/Components/AlertHistory.scss +++ b/ui/src/Styles/Components/AlertHistory.scss @@ -1,10 +1,13 @@ .alert-history-tooltip { width: 100%; + height: 4px; line-height: 4px; } svg.alert-history { height: 4px; + line-height: 4px; width: 100%; + vertical-align: bottom; margin-left: 1px; margin-right: 1px;