Commit 24333d5c authored by jim's avatar jim

fix #1287 advanced details page is not displayed in IE11

parent 4b085757
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
} }
.term { .term {
line-height: 22px; // Line-height is 22px IE dom height will calculate error
line-height: 20px;
padding-bottom: 16px; padding-bottom: 16px;
margin-right: 8px; margin-right: 8px;
color: @heading-color; color: @heading-color;
......
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
.content, .content,
.extraContent, .extraContent,
.main { .main {
flex: auto; // IE auto is no have height
flex: 1;
} }
.title, .title,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment