1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Merge pull request #2148 from djarnis73/patch-1

Update select2.css to prevent float & width style to leak in
This commit is contained in:
Igor Vaynberg 2014-02-26 08:21:24 -08:00
commit 27acc27d37

View File

@ -80,6 +80,8 @@ Version: @@ver@@ Timestamp: @@timestamp@@
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto;
}
.select2-container .select2-choice abbr {