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
However it is preferred to have a table-row inside DayPicker-Weekdays, which is a table-header-group.
So we should revert that commit and restore the surrounding div. This div was however missing a className, thus the confusion that lead to this problem: I'd assign to this element the DayPicker-Weekdays-row class.
The text was updated successfully, but these errors were encountered:
As pointed out by @nkbt, this commit broke some styles, so the proposed solution by @jkillian is to remove
display: table-row
in the CSS.However it is preferred to have a
table-row
insideDayPicker-Weekdays
, which is atable-header-group
.So we should revert that commit and restore the surrounding
div
. Thisdiv
was however missing a className, thus the confusion that lead to this problem: I'd assign to this element theDayPicker-Weekdays-row
class.The text was updated successfully, but these errors were encountered: