From 29c0f461a1e4949dd7a9baafe52ae0db8b8af168 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 14 Mar 2018 22:17:46 -0700 Subject: [PATCH] Remove excess margin in form blocks --- ui/src/style/components/ceo-display-options.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/style/components/ceo-display-options.scss b/ui/src/style/components/ceo-display-options.scss index 16b26f1a1..8bfd67d9f 100644 --- a/ui/src/style/components/ceo-display-options.scss +++ b/ui/src/style/components/ceo-display-options.scss @@ -280,4 +280,8 @@ button.btn.btn-primary.btn-sm.gauge-controls--add-threshold { width: calc(100% + 12px); margin-left: -6px; margin-right: -6px; + + .form-group:last-of-type { + margin-bottom: 0; + } }