From 3cd089bad831c5ef0637f57fdc944d6223d344ed Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Thu, 18 Feb 2016 17:06:02 +0100 Subject: [PATCH] fix select input style bug --- resources/public/styles/framework.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/public/styles/framework.scss b/resources/public/styles/framework.scss index 9ff1db8d23..7883d1e4eb 100644 --- a/resources/public/styles/framework.scss +++ b/resources/public/styles/framework.scss @@ -382,12 +382,12 @@ input[type="checkbox"]:focus { @extend .input-text; background-image: url("/images/svg/arrow-down.svg"); background-repeat: no-repeat; - background-position: 92% 48%; + background-position: 95% 48%; background-size: 10px; cursor: pointer; &.small { - padding: $x-small $small + padding: $x-small $big $x-small $x-small; } }