@@ -101,6 +101,7 @@
.display-flex();
width: 100%;
height: 100%;
+ position: relative;
.search-bar-logo {
.flex(1 0 160px);
@@ -110,6 +111,7 @@
.flex(1 1 100%);
padding: 0;
white-space: nowrap;
.search-bar-query-container {
@@ -117,14 +119,20 @@
.search-bar-collection {
- .flex(1 1 120px);
+ .flex(1 0 200px);
-
+ min-width: 200px;
> div {
border-radius: 4px 0 0 4px;
border-right: none;
}
+
+ .selectize-control {
+ width: 100% !important;
+ }
&.report-mode {
.flex(none);
@@ -135,13 +143,20 @@
.search-bar-query-operations {
- .flex(1);
+ .flex(0 0 200px);
padding-right: 45px;
.search-bar-query {
+ white-space: nowrap;
+ > div {
+ width: 100%;
.simple-ace-single-line {
height: 30px;
@@ -161,7 +176,7 @@
.search-bar-operations {
- .flex(none);
+ .flex(0 0 138px);
@@ -890,4 +905,4 @@
display: none;
-}
+}