Make left half of page header as large as possible
Primarily increases size of the dashboard renamer, but has no impact on other page headerspull/10616/head
parent
6977a57565
commit
3fa5779a8b
|
@ -41,6 +41,7 @@ $page-header-weight: 400 !important;
|
|||
align-items: center;
|
||||
}
|
||||
.page-header--left {
|
||||
flex: 1 0 0;
|
||||
justify-content: flex-start;
|
||||
> * {
|
||||
margin: 0 4px 0 0;
|
||||
|
|
Loading…
Reference in New Issue