Python version
3.14.2
Django version
5.2.9 (and 6.0.1)
Package version
0.32.0
Current behavior (bug description)
The calendar widget is showing up full width when I upgrade from 0.31.1 to 0.32.0. There is a new higher specificity selector setting width: 100% to the module class that overrides width: 19em for calendarbox. I checked Django 6.0.x and the same issue shows.
0.31.1:

0.32.0:

Expected behavior
Calendar width is 19em.
Python version
3.14.2
Django version
5.2.9 (and 6.0.1)
Package version
0.32.0
Current behavior (bug description)
The calendar widget is showing up full width when I upgrade from 0.31.1 to 0.32.0. There is a new higher specificity selector setting width: 100% to the module class that overrides width: 19em for calendarbox. I checked Django 6.0.x and the same issue shows.
0.31.1:

0.32.0:

Expected behavior
Calendar width is 19em.