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
Fields with 25% width get width: 50%, together with 50% fields – even with more than enough space available. I'm guessing there's something wrong with css specificity. This part in the CP CSS seems to be responsible:
@brianjhanson Any ETA on when this fix gets merged and deployed? We can't stay on an earlier 5.5.x version because of #16145, but the latest version broke all our field layouts …
What happened?
Description
Fields with 25% width get
width: 50%
, together with 50% fields – even with more than enough space available. I'm guessing there's something wrong with css specificity. This part in the CP CSS seems to be responsible:Steps to reproduce
width: 50%
.Expected behavior
Fields with 25% width should get
width: 25%
if space is available.Actual behavior
Fields with 25% width get
width: 50%
.Craft CMS version
5.5.2
PHP version
8.3
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: