From b672d33f25f0a95b06d47697e8cafb84532a0d07 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 1 Feb 2021 13:41:05 -0600 Subject: [PATCH] Add margins to group call overflow area --- stylesheets/_modules.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index afa2b8cb8a..9a7031aee4 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -6910,6 +6910,8 @@ button.module-image__border-overlay:focus { &__overflow { flex: 0 0 auto; position: relative; + margin-left: 16px; + margin-right: 16px; &__inner { position: absolute;