From 3b9cc769fd52261604ad9b89fa1f2cfe03d0eb1f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 8 Feb 2019 16:52:00 +0100 Subject: [PATCH] input group button fix --- src/components/atoms/Form/InputGroup.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/atoms/Form/InputGroup.module.scss b/src/components/atoms/Form/InputGroup.module.scss index ca73629..055ffdc 100644 --- a/src/components/atoms/Form/InputGroup.module.scss +++ b/src/components/atoms/Form/InputGroup.module.scss @@ -12,6 +12,7 @@ > button { width: 25%; + height: 100%; border-top-left-radius: 0; border-bottom-left-radius: 0; box-shadow: none;