From 860291c723983b404d5cd40df37740434fd4178d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Mon, 5 Feb 2024 15:34:30 +0100 Subject: [PATCH] Demonstrate visual testing --- src/components/Button/Button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button/Button.vue b/src/components/Button/Button.vue index 9bab20b80..a862fd48c 100644 --- a/src/components/Button/Button.vue +++ b/src/components/Button/Button.vue @@ -84,7 +84,7 @@ export default { .pkpButton { display: inline-block; /* */ align-items: center; - padding: 0 0.5em; + padding: 0.5em 0.5em; min-width: 2.13rem; /**/ // Always at least as wide as it is tall background: #fff; border: @bg-border-light;