瀏覽代碼

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 {