@ -17,7 +17,8 @@
}
.term {
line-height: 22px;
// Line-height is 22px IE dom height will calculate error
line-height: 20px;
padding-bottom: 16px;
margin-right: 8px;
color: @heading-color;
@ -66,7 +66,8 @@
.content,
.extraContent,
.main {
flex: auto;
// IE auto is no have height
flex: 1;
.title,