Commit 2465ac2c authored by afc163's avatar afc163

Fix PageHeader align issue, close #1693

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