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
I am facing an issue with the new Primeng 19, where the calendar is not looking good with the font-size of the project set to 10px.
Is there a way to fix this only for the .p-datepicker component?
The text was updated successfully, but these errors were encountered:
In version 19 and earlier rem css values are used. This is a major issue right now in my project as the html's font-size is set to 10px. The datepicker's width and height are calculated dynamically and with 10px's font-size it's size is too small. How to manually change the datepicker's size?
Note: changing manually the width and height does not help!
Hi,
I am facing an issue with the new Primeng 19, where the calendar is not looking good with the font-size of the project set to 10px.
Is there a way to fix this only for the .p-datepicker component?
The text was updated successfully, but these errors were encountered: