fix(ui): fix css glitches when tooltips are active

This commit is contained in:
Łukasz Mierzwa
2021-05-10 19:36:49 +01:00
committed by Łukasz Mierzwa
parent 9065a152e1
commit 0ffdec33c8

View File

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