From 6fc44720d66e762efdd7a2dc8b98e24458267f4b Mon Sep 17 00:00:00 2001 From: zeppi Date: Mon, 19 Jul 2021 15:34:15 -0400 Subject: [PATCH] styles --- ui/scss/component/_button.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index a37a3a54a..74b600e41 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -620,6 +620,12 @@ svg + .button__label { border-top-left-radius: 0; border-bottom-left-radius: 0; } + + .button--file-action { + &:first-child { + margin-right: var(--spacing-s); + } + } } .button--file-action {