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 {
width: auto;
height: 40px;
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 40px;
background: #417690;
line-height: 40px;
color: #ffc;
overflow: hidden;
}

View File

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