File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/ui/public/filter_editor Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 43
43
class ="kuiFieldGroup kuiVerticalRhythmSmall kuiFieldGroup--alignTop "
44
44
ng-show ="!filterEditor.showQueryDslEditor() "
45
45
>
46
- < div class ="kuiFieldGroupSection ">
46
+ < div class ="kuiFieldGroupSection filterEditor__wideField ">
47
47
< filter-field-select
48
48
index-patterns ="filterEditor.indexPatterns "
49
49
field ="filterEditor.field "
60
60
> </ filter-operator-select >
61
61
</ div >
62
62
63
- < div class ="kuiFieldGroupSection kuiFieldGroupSection--wide filterEditor__wideField ">
63
+ < div class ="kuiFieldGroupSection kuiFieldGroupSection--wide filterEditor__wideField filterEditorParamsInput ">
64
64
< filter-params-editor
65
65
ng-if ="filterEditor.field && filterEditor.operator "
66
66
field ="filterEditor.field "
Original file line number Diff line number Diff line change 16
16
min-width : 0 ;
17
17
}
18
18
19
+ .filterEditorParamsInput {
20
+ min-width : 100px ;
21
+ }
22
+
19
23
.uiSelectChoices--autoWidth {
20
24
width : auto !important ;
21
25
min-width : 100% !important ;
You can’t perform that action at this time.
0 commit comments