Fixed header min-height.
This commit is contained in:
@@ -73,7 +73,8 @@
|
|||||||
|
|
||||||
.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;
|
||||||
|
|||||||
Reference in New Issue
Block a user