Browse Source

Merge pull request #3605 from molily/master

Multiple select, search field: Removes padding on mobile Safari.
Kevin Brown 9 years ago
parent
commit
ea538819c3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/scss/_multiple.scss

+ 1 - 0
src/scss/_multiple.scss

@@ -26,6 +26,7 @@
     border: none;
     border: none;
     font-size: 100%;
     font-size: 100%;
     margin-top: 5px;
     margin-top: 5px;
+    padding: 0;
 
 
     &::-webkit-search-cancel-button {
     &::-webkit-search-cancel-button {
       -webkit-appearance: none;
       -webkit-appearance: none;