From 62ddb6689d1426d9e856c19cba744430df810915 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 14 May 2019 23:06:49 +0200 Subject: [PATCH] button/img bug fixes --- button.scss | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/button.scss b/button.scss index a428a85..0bff0ba 100644 --- a/button.scss +++ b/button.scss @@ -12,7 +12,7 @@ button, input[type="submit"], input[type="button"], a.button { background: var(--button-colored-background); color: var(--text-on-background-color-2); margin: 0; - padding: 0; + padding: 0 1rem 0 1rem; flex: 0; height: 32px; border: none; diff --git a/styles.css b/styles.css index 3bb9726..edb1eda 100644 --- a/styles.css +++ b/styles.css @@ -3843,7 +3843,7 @@ button, input[type="submit"], input[type="button"], a.button { background: var(--button-colored-background); color: var(--text-on-background-color-2); margin: 0; - padding: 0; + padding: 0 1rem 0 1rem; flex: 0; height: 32px; border: none;