From b3ecfaabca382821431a767149cc32490cce797f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Rodr=C3=ADguez=20Ponce?= Date: Wed, 26 Feb 2014 12:13:19 +0100 Subject: [PATCH] Unit of measure px is redundant Remove 'px' when property is set to 0. --- select2-bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2-bootstrap.css b/select2-bootstrap.css index 90997107..3b83f0a2 100644 --- a/select2-bootstrap.css +++ b/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 {