Commit 2465ac2c authored by afc163's avatar afc163

Fix PageHeader align issue, close #1693

parent 631b6658
......@@ -63,18 +63,20 @@
}
.title,
.content {
flex: auto;
}
.action,
.content,
.extraContent,
.main {
flex: 0 1 auto;
}
.content {
flex: 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