Fix Kapacitor Rule Builder weirdness
parent
4e24367b77
commit
7aafeaf8dd
|
@ -219,6 +219,34 @@ div.qeditor.kapacitor-metric-selector {
|
|||
.kapacitor-tab-list {
|
||||
background-color: $kapacitor-graphic-color;
|
||||
border-radius: 0 0 $kap-radius-lg $kap-radius-lg;
|
||||
|
||||
.query-builder--column {
|
||||
position: relative;
|
||||
top: initial;
|
||||
left: initial;
|
||||
width: 100%;
|
||||
height: 190px;
|
||||
|
||||
.qeditor--list-header {
|
||||
width: 50%;
|
||||
top: -34px;
|
||||
right: 0;
|
||||
z-index: 5;
|
||||
}
|
||||
.qeditor--list {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.group-by-time-dropdown {
|
||||
width: 70px;
|
||||
}
|
||||
}
|
||||
.query-builder--column-heading {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.qeditor--list {
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in New Issue