Skip to content

Commit

Permalink
fix(date-picker-range): make inputs take the whole available space
Browse files Browse the repository at this point in the history
  • Loading branch information
weronikaolejniczak committed Oct 4, 2024
1 parent 2960963 commit ac3ab9c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export const euiDatePickerRangeStyles = {
.euiDatePicker {
${logicalCSS('height', '100%')}
}
/* Needed for the fullWidth prop: makes inputs take the whole available space */
.euiPopover {
flex: 1;
}
`,
};

Expand Down

0 comments on commit ac3ab9c

Please sign in to comment.