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
Render a DatePicker, DateRangePicker, DateInput, or DateRangeInput in a way that makes the .DayPicker element take up its minimum width (currently defined as 210px)
Actual behavior
state.monthRightOffset computation inside <DatePickerCaption> is slightly off, which makes the dropdown icon overlap the month and year text by 7px
Expected behavior
No overlap
Possible solution
Maybe we just need to increase the min-width?
The text was updated successfully, but these errors were encountered:
This turned out to be a CSS specificity/ordering issue when blueprint.css was loaded onto the page afterblueprint-datetime.css. It can be fixed by increasing the specificity of some datepicker caption styles.
Environment
Steps to reproduce
Render a DatePicker, DateRangePicker, DateInput, or DateRangeInput in a way that makes the
.DayPicker
element take up its minimum width (currently defined as 210px)Actual behavior
state.monthRightOffset
computation inside<DatePickerCaption>
is slightly off, which makes the dropdown icon overlap the month and year text by 7pxExpected behavior
No overlap
Possible solution
Maybe we just need to increase the min-width?
The text was updated successfully, but these errors were encountered: