Private GIT

Skip to content
Snippets Groups Projects
Commit 2c8831bb authored by MatthieuMan's avatar MatthieuMan Committed by Matthieu Mandoula
Browse files

fix(MON)Graphs streched in IE

Css properties added to fix an issue with Internet Explorer 11, in Montoring->Perfomance, the second graph added was many times wider than the first one.

ref: MON-2052 #5081 #5683
parent e5abcc42
No related branches found
No related tags found
No related merge requests found
...@@ -2150,7 +2150,7 @@ textarea.default-textarea { ...@@ -2150,7 +2150,7 @@ textarea.default-textarea {
.graphZone { .graphZone {
margin-bottom: 40px; margin-bottom: 40px;
display: flex; display: flex;
flex-direction: row; flex-direction: column;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment