Fixed Date of Birth Spacing

Pereira

Well-known member
dob.webp

When the DOB label is on top, there's not enough spacing between the DOB label and the drop-down when in responsive. (Part of it is hidden)

This is on the registration page obviously.
 
Confirmed on FF21 - win 7

Adding this when the narrowest responsive width kicks in fixes the display for me
Code:
.ctrlUnit.OptOut dd {
    padding-top: 8px;
}
 
Top Bottom