Commit c8825788 authored by Sendya's avatar Sendya

fix: global header vertical align

parent 853e5acf
......@@ -61,7 +61,7 @@
&-trigger {
height: @layout-header-height;
line-height: @layout-header-height;
// vertical-align: middle;
vertical-align: top;
padding: 0 22px;
display: inline-block;
cursor: pointer;
......@@ -78,6 +78,7 @@
&-content {
height: @layout-header-height;
line-height: @layout-header-height;
vertical-align: top;
display: inline-block;
}
......
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