From 6cf469a0e01c2e1cf0fe40cc8228cc29bca8db41 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Mon, 19 Jun 2017 15:14:41 +0300 Subject: [PATCH] Fix input styles --- src/marketplace.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/marketplace.css b/src/marketplace.css index b342925b..4b347c9a 100644 --- a/src/marketplace.css +++ b/src/marketplace.css @@ -344,11 +344,11 @@ display: block; width: 100%; margin: 0; - padding: 13px 0; + padding: 5px 0 4px 0; /* Borders */ border: none; - border-bottom-width: 3px; + border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: var(--marketplaceColor); border-radius: 0;