[RSS Feed/News] Date of birth .explain font size

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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:

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

I wonder if anyone remembers why that CSS is there?

1632682547913.png

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom