mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Fixed width and height of some visualizations on Firefox 57
This commit is contained in:
parent
0fa9d09266
commit
a655710100
@ -77,7 +77,7 @@ kbn-vis, visualize, visualization {
|
|||||||
|
|
||||||
/* Adjusting the height of the visualization when its type is metric */
|
/* Adjusting the height of the visualization when its type is metric */
|
||||||
.metric .vis-container {
|
.metric .vis-container {
|
||||||
margin-top: -59px;
|
margin-top: -54px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This changes the background and display in the kbn-vis-value in the lens */
|
/* This changes the background and display in the kbn-vis-value in the lens */
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
.overview-oscap-score-row,
|
.overview-oscap-score-row,
|
||||||
.overview-oscap-top-row-div,
|
.overview-oscap-top-row-div,
|
||||||
.overview-audit-metric-row {
|
.overview-audit-metric-row {
|
||||||
height: 100px;
|
height: 105px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overview-audit-after-metric-row {
|
.overview-audit-after-metric-row {
|
||||||
@ -74,7 +74,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.overview-fim-metrics-div{
|
.overview-fim-metrics-div{
|
||||||
height: 300px;
|
height: 307px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overview-audit-alerts-over-time {
|
.overview-audit-alerts-over-time {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<div ng-show="resultState === 'ready' && tabView === 'panels'" class="wazuh-column">
|
<div ng-show="resultState === 'ready' && tabView === 'panels'" class="wazuh-column">
|
||||||
|
|
||||||
<div layout="row" class="overview-fim-metrics-div">
|
<div layout="row" class="overview-fim-metrics-div">
|
||||||
<div flex="10" layout="column">
|
<div flex="15" layout="column">
|
||||||
<md-card flex>
|
<md-card flex>
|
||||||
<md-card-content class="wazuh-column">
|
<md-card-content class="wazuh-column">
|
||||||
<kbn-vis class="metric" vis-id="'Wazuh-App-Overview-FIM-Added'" id="Wazuh-App-Overview-FIM-Added"></kbn-vis>
|
<kbn-vis class="metric" vis-id="'Wazuh-App-Overview-FIM-Added'" id="Wazuh-App-Overview-FIM-Added"></kbn-vis>
|
||||||
|
Loading…
Reference in New Issue
Block a user