digitalpoint
Guest
Member
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:
I wonder if anyone remembers why that CSS is there?

Continue reading...
CSS:
Code:
.formRow .formRow-explain:first-child {
margin: 0;
font-size: inherit;
}
I wonder if anyone remembers why that CSS is there?

Continue reading...