From 3443ffdc3a1e6150a02142173541f65a936033a8 Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Wed, 17 May 2017 23:53:40 +0300 Subject: [PATCH] fix(searchbar): searchbar padding should be on the left (#11651) --- src/components/searchbar/searchbar.ios.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/searchbar/searchbar.ios.scss b/src/components/searchbar/searchbar.ios.scss index a0babeacaa..0afc207879 100644 --- a/src/components/searchbar/searchbar.ios.scss +++ b/src/components/searchbar/searchbar.ios.scss @@ -139,7 +139,7 @@ $searchbar-ios-toolbar-input-background: rgba(0, 0, 0, .08) !default; // ----------------------------------------- .searchbar-ios .searchbar-ios-cancel { - @include padding(0, 8px, 0, 0); + @include padding(0, 0, 0, 8px); @include margin-horizontal(0, null); display: none;