Skip to content

Commit

Permalink
[Lens] fix dimension popover design on mobile (#75866)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra authored Aug 25, 2020
1 parent fef8933 commit 1fee8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export function FieldSelect({
}}
renderOption={(option, searchValue) => {
return (
<EuiFlexGroup gutterSize="s" alignItems="center">
<EuiFlexGroup gutterSize="s" alignItems="center" responsive={false}>
<EuiFlexItem grow={null}>
<LensFieldIcon
type={((option.value as unknown) as { dataType: DataType }).dataType}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.lnsIndexPatternDimensionEditor {
width: $euiSize * 30;
padding: $euiSizeS;
max-width: 100%;
}

.lnsIndexPatternDimensionEditor__left,
Expand Down

0 comments on commit 1fee8f1

Please sign in to comment.