Hey,
I recently updated from 30.4.2 to 31.4.0 and noticed the options list of EuiComboBox is misaligned to the left, like so:

It took me a while to replicate this on a codesandbox because it seems that this only happens when certain things are in place.
You can "fix this" by
- removing
horizontalPosition="center" from EuiPageContent
- remove a few
EuiComboBox, i.e. reducing the height of the page
- reverting to 30.4.2
I'm assuming it was introduced in #4301, since 30.4.2 didn't have this problem.
Should I work around it or is there an underlying issue?
Hey,
I recently updated from 30.4.2 to 31.4.0 and noticed the options list of EuiComboBox is misaligned to the left, like so:
It took me a while to replicate this on a codesandbox because it seems that this only happens when certain things are in place.
You can "fix this" by
horizontalPosition="center"fromEuiPageContentEuiComboBox, i.e. reducing the height of the pageI'm assuming it was introduced in #4301, since 30.4.2 didn't have this problem.
Should I work around it or is there an underlying issue?