dateinput2 days of the week extrapolate the calendar frame

Hi,

In the dateinput2 component when setting the Portuguese (B) parameter in
Regional settings ULANG the names of the days of the week extrapolate the
calendar frame. As in the attached image.

Can someone help me?

Best regards,
Jorge

Date.jpg

Hi Jorge,

I solved this question using a monospaced font.

Add the css class defined below to your css file.

.ui-widget{
font-family: “Courier New”, Courier, monospace !important;
}

Hi Frederico,

It works.

Thank you one more time.