From c0f9554437da9f5453ed750cfa36c2ec625aae34 Mon Sep 17 00:00:00 2001 From: Alex P Date: Fri, 11 Nov 2016 14:25:34 -0800 Subject: [PATCH] Header styles cleanup was kinda janky before --- .../style/enterprise_style/_enterprise-custom.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ui/src/style/enterprise_style/_enterprise-custom.scss b/ui/src/style/enterprise_style/_enterprise-custom.scss index fce9a88f6..e7f60f64b 100644 --- a/ui/src/style/enterprise_style/_enterprise-custom.scss +++ b/ui/src/style/enterprise_style/_enterprise-custom.scss @@ -117,17 +117,21 @@ body > #react-root { display: inline-block; vertical-align: middle; } - &__left { + &__left, + &__right { display: flex; - flex-direction: column; + align-items: center; - > * { + > *:only-child { margin: 0; } + } + &__left { + > * { + margin: 0 4px 0 0; + } } &__right { - font-size: 0; - > * { margin: 0 0 0 4px; }