Преглед на файлове

Merge pull request #2148 from djarnis73/patch-1

Update select2.css to prevent float & width style to leak in
Igor Vaynberg преди 11 години
родител
ревизия
27acc27d37
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      select2.css

+ 2 - 0
select2.css

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