fix triggers panel rendering with phantomjs, fix #605
This commit is contained in:
@@ -55,6 +55,10 @@
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-rule-item__icon .icon-gf {
|
||||
right: 0.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.zbx-trigger-card {
|
||||
@@ -181,3 +185,17 @@
|
||||
font-size: 200%;
|
||||
}
|
||||
}
|
||||
|
||||
// fix for phantomjs (it has troubles with flex blocks rendering)
|
||||
.body--phantomjs {
|
||||
.triggers-panel-container {
|
||||
.alert-rule-list {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.alert-rule-item__body,
|
||||
.alert-rule-item__icon {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user