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