Fixed Date of birth .explain font size

digitalpoint

Well-known member
Affected version
2.2.7
The date of birth explain block reverts to default font size because in that particular row, it's the first child. I assume that's not the intended behavior?

CSS:
.formRow .formRow-explain:first-child {
    margin: 0;
    font-size: inherit;
}

I wonder if anyone remembers why that CSS is there?

1632682547913.webp
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.8).

Change log:
Remove CSS rule that inadvertently increases the size of the text of some form row elements.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom