Fixed header min-height.

pull/126/head
Fabio Caccamo 2021-04-14 11:31:38 +02:00
parent 554d8d27b7
commit 41c6d5b7f1
1 changed files with 3 additions and 2 deletions

View File

@ -73,7 +73,8 @@
.admin-interface #header {
height: auto;
min-height:40px;
min-height: 55px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: start;