From: Laury GvR Date: Thu, 26 Apr 2018 17:47:58 +0000 (-0400) Subject: Adjust styles on checkout select dropdowns X-Git-Tag: v1.0.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=160b1f1e5c9a092ae078d9ed9c787df91959ff6c;p=WP-Themes%2Fmurdicksmackinacfudge-pwm.git Adjust styles on checkout select dropdowns --- diff --git a/woocommerce.css b/woocommerce.css index 089b6a5..35034c3 100644 --- a/woocommerce.css +++ b/woocommerce.css @@ -40,12 +40,17 @@ td.label label{color:#000 !important;} .select2.select2-container { border: 1px solid lightgrey; border-radius: 2px; - padding: 0 5px; + padding: 0; cursor: pointer; } .select2.select2-container:hover { box-shadow: inset 2px 2px 3px lightgrey } +.select2-selection.select2-selection--single { + width: 100%; + display: block; + padding: 0 10px; +} .woocommerce form .form-row { max-width: 400px; }