Skip to content

Commit

Permalink
Remove fullWidth for enrichment range picekr (#111502) (#111964)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Khristinin Nikita <[email protected]>
  • Loading branch information
kibanamachine and nkhristinin authored Sep 13, 2021
1 parent 2796926 commit 723395c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ export const EnrichmentRangePicker: React.FC<RangePickerProps> = ({ range, setRa

return (
<EuiFlexGroup>
<EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiDatePickerRange
fullWidth
data-test-subj="enrichment-query-range-picker"
startDateControl={
<EuiDatePicker
Expand Down

0 comments on commit 723395c

Please sign in to comment.