Fixed #28892 -- Allowed admin navbar height to expand if needed.

This commit is contained in:
Sara Heins 2018-05-30 03:52:51 +02:00 committed by Tim Graham
parent c03e41712b
commit 5008d59a2a
2 changed files with 5 additions and 5 deletions

View File

@ -827,10 +827,12 @@ table#change-history tbody th {
#header { #header {
width: auto; width: auto;
height: 40px; height: auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 40px; padding: 10px 40px;
background: #417690; background: #417690;
line-height: 40px;
color: #ffc; color: #ffc;
overflow: hidden; overflow: hidden;
} }

View File

@ -38,11 +38,9 @@ input[type="submit"], button {
/* Header */ /* Header */
#header { #header {
display: flex;
flex-direction: column; flex-direction: column;
padding: 15px 30px; padding: 15px 30px;
height: auto; justify-content: flex-start;
line-height: 1;
} }
#branding h1 { #branding h1 {