From 09003853e4f02db9ccc9b09da9bbc3b703062f99 Mon Sep 17 00:00:00 2001 From: Soichi Hayashi Date: Wed, 7 May 2014 17:24:07 +0000 Subject: [PATCH] Fixed the issue where multi-line item inside multi list will touch the right end of the container --- select2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.css b/select2.css index 1e9c41bb..34ed53bb 100644 --- a/select2.css +++ b/select2.css @@ -440,7 +440,7 @@ disabled look for disabled choices in the results dropdown height: auto !important; height: 1%; margin: 0; - padding: 0; + padding: 0 5px 0 0; position: relative; border: 1px solid #aaa;