Make left half of page header as large as possible

Primarily increases size of the dashboard renamer, but has no impact on
other page headers
pull/10616/head
Alex P 2018-07-17 01:05:36 -07:00
parent 6977a57565
commit 3fa5779a8b
1 changed files with 1 additions and 0 deletions

View File

@ -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;