mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): fix css glitches when tooltips are active
This commit is contained in:
committed by
Łukasz Mierzwa
parent
9065a152e1
commit
0ffdec33c8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user