Skip to content

Commit

Permalink
Fix inline datepicker width
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Oct 24, 2023
1 parent 79ef649 commit e32451b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.euiDatePopoverContent {
.euiDatePopoverContent,
.euiDatePopoverContent .react-datepicker {
width: $euiFormMaxWidth;
max-width: 100%;
}
Expand Down

0 comments on commit e32451b

Please sign in to comment.