Commit 95dbbf9f authored by jim's avatar jim

Fix the IE style exception

parent 846d3080
......@@ -11,6 +11,7 @@
.row {
display: flex;
width: 100%;
}
.breadcrumb {
......@@ -66,10 +67,11 @@
.content,
.extraContent,
.main {
// IE auto is no have height
flex: 1;
flex: 0 1 auto;
}
.main {
width: 100%;
}
.title,
.action {
margin-bottom: 16px;
......
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