From 1761f216bd91c9fd70778f02b1675da874b3f02f Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 4 Mar 2018 00:32:27 +0300 Subject: [PATCH] fix input button size in safari --- web/app/components/input/__button/input__button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/input/__button/input__button.scss b/web/app/components/input/__button/input__button.scss index 6cf3f2c8..ffd4c323 100644 --- a/web/app/components/input/__button/input__button.scss +++ b/web/app/components/input/__button/input__button.scss @@ -8,6 +8,7 @@ bottom: 0; box-sizing: border-box; width: $buttonWidth; + height: 100%; padding: 0 10px; font-size: 16px; border: 0;