浏览代码

Merge pull request #2147 from juanluisrp/patch-1

Unit of measure px is redundant
Igor Vaynberg 11 年之前
父节点
当前提交
c3592c3f87
共有 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 {