From c9fd199b4831b4f756290b398a0f7b1f84925b83 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Wed, 4 Sep 2019 18:06:12 -0400 Subject: [PATCH] Make bottom buffer constant for composition area --- stylesheets/_modules.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 0848d76d6f..714b90f498 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5024,7 +5024,7 @@ // Module: CompositionArea .module-composition-area { position: relative; - min-height: 48px; + min-height: 42px; padding-top: 6px; &__row { @@ -5142,6 +5142,9 @@ .composition-area-placeholder { flex-grow: 1; + margin: { + bottom: 6px; + } } // Module: Last Seen Indicator