소스 검색

Unit of measure px is redundant

Remove 'px' when property is set to 0.
Juan Luis Rodríguez Ponce 11 년 전
부모
커밋
b3ecfaabca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      select2-bootstrap.css

+ 1 - 1
select2-bootstrap.css

@@ -9,7 +9,7 @@
 
 .form-control.select2-container {
     height: auto !important;
-    padding: 0px;
+    padding: 0;
 }
 
 .form-control.select2-container.select2-dropdown-open {