You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using showUpdateButton={false} on EuiSuperDatePicker, extra space to the right of the component is rendered. I've illustrated this below using a simple EuiFlexGroup tree with gutter size set to none.
When using
showUpdateButton={false}
onEuiSuperDatePicker
, extra space to the right of the component is rendered. I've illustrated this below using a simpleEuiFlexGroup
tree with gutter size set tonone
.Demo: https://codesandbox.io/s/dreamy-moon-g6xml?file=/index.js:2046-2070
With the update button shown, the sibling
EuiFlexItem
renders flush against the date picker:When the update button is hidden, observe the extra space:
The text was updated successfully, but these errors were encountered: