Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

fix(MON)Graphs streched in IE #5886

Merged
merged 1 commit into from
Nov 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions www/Themes/Centreon-2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2142,17 +2142,17 @@ textarea.default-textarea {

/* -- Views Performance page -- */
.graph-options {
display: flex;
justify-content: flex-end;
margin-bottom: 2px;
display: flex;
justify-content: flex-end;
margin-bottom: 2px;
}

.graphZone {
margin-bottom: 40px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 40px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-between;
}

.graphZone.col2 .graph {
Expand Down