Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar Style: Multiple Months borders #23

Closed
melloware opened this issue Jul 1, 2023 · 1 comment · Fixed by #24
Closed

Calendar Style: Multiple Months borders #23

melloware opened this issue Jul 1, 2023 · 1 comment · Fixed by #24

Comments

@melloware
Copy link
Member

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.

Screenshot 2023-01-05 at 18 04 45

Note the changed styling from border-right from v7 to border-left in v8 caused this issue. Reverting to border-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.

@melloware
Copy link
Member Author

PR submitted

nitrogenous added a commit that referenced this issue Apr 3, 2024
Fix #23: Calendar with multiple months
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant