Fixed width and height of some visualizations on Firefox 57

This commit is contained in:
Juanjo Jiménez 2017-11-30 13:04:43 +01:00
parent 0fa9d09266
commit a655710100
3 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

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

View File

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