Fixed #28892 -- Allowed admin navbar height to expand if needed.
This commit is contained in:
parent
c03e41712b
commit
5008d59a2a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue