From 3fa5779a8ba1caed87e66524ed7f73ccd8f02531 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 17 Jul 2018 01:05:36 -0700 Subject: [PATCH] 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 --- ui/src/style/layout/page-header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/style/layout/page-header.scss b/ui/src/style/layout/page-header.scss index dc22b0aa70..fb3f32a868 100644 --- a/ui/src/style/layout/page-header.scss +++ b/ui/src/style/layout/page-header.scss @@ -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;