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
Borders between months are not displaying correctly in Calendar Multiple Months example.
This is related to primereact-designer-8.0.0, specifically the /src/assets/designer/components/input/_calendar.scss file for class .p-datepicker-multiple-month.
Note the changed styling from border-right from v7 to border-left in v8 caused this issue. Reverting to border-right fixes the issue.
Describe the bug
Original Issue: primefaces/primereact#3918
Borders between months are not displaying correctly in Calendar Multiple Months example.
This is related to
primereact-designer-8.0.0
, specifically the/src/assets/designer/components/input/_calendar.scss
file for class.p-datepicker-multiple-month
.Note the changed styling from
border-right
from v7 toborder-left
in v8 caused this issue. Reverting toborder-right
fixes the issue.Reproducer
No response
PrimeReact version
8.7.3
React version
17.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Issue can be seen on https://www.primefaces.org/primereact/calendar/ when clicking on the Multiple Months example.
Expected behavior
Expect to see a vertical border between the middle month and the two outer months.
The text was updated successfully, but these errors were encountered: