Adjust styles on checkout select dropdowns
authorLaury GvR <laury@gaslightmedia.com>
Thu, 26 Apr 2018 17:47:58 +0000 (13:47 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 26 Apr 2018 17:47:58 +0000 (13:47 -0400)
woocommerce.css

index 089b6a5..35034c3 100644 (file)
@@ -40,12 +40,17 @@ td.label label{color:#000 !important;}
 .select2.select2-container {\r
     border: 1px solid lightgrey;\r
     border-radius: 2px;\r
-    padding: 0 5px;\r
+    padding: 0;\r
     cursor: pointer;\r
 }\r
 .select2.select2-container:hover {\r
     box-shadow: inset 2px 2px 3px lightgrey\r
 }\r
+.select2-selection.select2-selection--single {\r
+    width: 100%;\r
+    display: block;\r
+    padding: 0 10px;\r
+}\r
 .woocommerce form .form-row {\r
     max-width: 400px;\r
 }\r