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 {