Fixed header min-height.
parent
554d8d27b7
commit
41c6d5b7f1
|
|
@ -72,8 +72,9 @@
|
||||||
/* end login fix*/
|
/* end login fix*/
|
||||||
|
|
||||||
.admin-interface #header {
|
.admin-interface #header {
|
||||||
height:auto;
|
height: auto;
|
||||||
min-height:40px;
|
min-height: 55px;
|
||||||
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue