12479: Replaced selectize widget with awesomplete to solve some
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index b0c0100161b0eb7e26dddfe74bda32443985c472..c80376434cbcfc575649e08d18a3a73f94e5617e 100644 (file)
@@ -16,8 +16,7 @@
  *= require bootstrap
  *= require bootstrap3-editable/bootstrap-editable
  *= require morris
- *= require selectize
- *= require selectize.default
+ *= require awesomplete
  *= require_tree .
  */
 
@@ -322,3 +321,8 @@ ul.nav.nav-tabs {
 {
     width: 98%!important;
 }
+
+/* Needed for awesomplete to play nice with bootstrap */
+div.awesomplete {
+    display: block;
+}
\ No newline at end of file