Skip to content

Commit

Permalink
[7.x] [Lens] Fix Median operation visibility in Dimension panel (#88474
Browse files Browse the repository at this point in the history
…) (#88868)

Co-authored-by: Elizabet Oliveira <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Elizabet Oliveira <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Jan 21, 2021
1 parent 8df4d67 commit 32345c7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
column-gap: $euiSizeXL;
}

// overrides the .euiListGroupItem display flex.
// The parent container has a column-count property that only works properly with block elements.
.lnsIndexPatternDimensionEditor__operation {
display: block;
}

.lnsIndexPatternDimensionEditor__operation .euiListGroupItem__label {
width: 100%;
}
Expand Down

0 comments on commit 32345c7

Please sign in to comment.