Skip to content

Commit

Permalink
Remove fullWidth for enrichment range picekr
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Sep 8, 2021
1 parent b1a81bb commit 35a44ee
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 35a44ee

Please sign in to comment.