From 9fdecdea3e6592e73cb6068bcedfa1be20daab0c Mon Sep 17 00:00:00 2001 From: roaringskyinc Date: Wed, 11 Mar 2015 14:44:41 -0700 Subject: [PATCH] Updated multi-select.css. Changed .ms-container width from 370px to 100%, allowing the 45% width of .ms-selectable and .ms-selection to span the container completely. --- css/multi-select.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/multi-select.css b/css/multi-select.css index 8b3bb5e..803d724 100644 --- a/css/multi-select.css +++ b/css/multi-select.css @@ -1,6 +1,6 @@ .ms-container{ background: transparent url('../img/switch.png') no-repeat 50% 50%; - width: 370px; + width: 100%; } .ms-container:after{ @@ -90,4 +90,4 @@ background-color: #eee; color: #aaa; cursor: text; -} \ No newline at end of file +}