forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Filters] Fix operator overflowing out popover (elastic#50030)
* Fixes combo overflow when the selected field is large * Prettier quotes * Changes the style class attribute to use Eui calculation and also the class name to conform to the BEM naming convention * Lints src/plugins/newsfeed/public/lib/api.test.ts
- Loading branch information
Showing
4 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/legacy/core_plugins/data/public/filter/filter_bar/_index.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import 'variables'; | ||
@import 'global_filter_group'; | ||
@import 'global_filter_item'; | ||
@import 'filter_editor/index'; |
3 changes: 3 additions & 0 deletions
3
src/legacy/core_plugins/data/public/filter/filter_bar/filter_editor/_filter_editor.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.globalFilterEditor__fieldInput { | ||
max-width: $euiSize * 13; | ||
} |
1 change: 1 addition & 0 deletions
1
src/legacy/core_plugins/data/public/filter/filter_bar/filter_editor/_index.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@import 'filter_editor'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters