sync
[roojs1] / scss / roojs-bootstrap / select2.scss
index ad59fcb..a28c2e8 100644 (file)
@@ -8,6 +8,8 @@ Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
     /* inline-block for ie7 */
     zoom: 1;
     *display: inline;
+    display: table;
+    
     vertical-align: middle;
 }
 
@@ -435,12 +437,16 @@ disabled look for disabled choices in the results dropdown
 
 
 /* multiselect */
+.roo-select2-container-multi {
+    width: 100%; /* needed on BS4? */
+}
 
 .roo-select2-container-multi .roo-select2-choices {
     height: auto !important;
     height: 1%;
     margin: 0;
     padding: 0;
+    width: 100%; /* needed on BS4? */
     /*position: relative;*/
     border: 1px solid $gray-light;
     cursor: text;