From dbdf5f7739d282ec5fab89d8f412eb2a896041e7 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 23 May 2017 14:22:42 -0700 Subject: [PATCH] Remove excess space --- ui/src/style/components/template-control-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/components/template-control-bar.scss b/ui/src/style/components/template-control-bar.scss index 0da205842a..c3d77c3977 100644 --- a/ui/src/style/components/template-control-bar.scss +++ b/ui/src/style/components/template-control-bar.scss @@ -26,7 +26,7 @@ $template-control-dropdown-min-width: 146px; padding: $template-control--margin; @extend .cell-shell; background-color: $g0-obsidian; - min-height : $template-control--min-height; + min-height: $template-control--min-height; } .template-control--heading { font-size: 16px;