소스 검색

Multiple select, search field: Removes padding on iOS.

Mathias Schaefer (molily) 9 년 전
부모
커밋
a1bcd3a7ac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/scss/_multiple.scss

+ 1 - 0
src/scss/_multiple.scss

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