Chris D XenForo developer Staff member Mar 24, 2014 #1 This issue only seems to happen on webkit browsers on Mac - tested in Chrome and Safari, issue not present in Firefox. Notice the slight clipping on the radio buttons. This fixes it without any adverse effects in other browsers: Code: .checkboxColumns li { padding-left: 1px; }
This issue only seems to happen on webkit browsers on Mac - tested in Chrome and Safari, issue not present in Firefox. Notice the slight clipping on the radio buttons. This fixes it without any adverse effects in other browsers: Code: .checkboxColumns li { padding-left: 1px; }
CyberAP Well-known member Mar 26, 2014 #2 It's a browser issue. Columns look good on latest Chrome under Windows 8 for example.
Mike XenForo developer Staff member Apr 3, 2014 #3 Fixed. This is specific to them being nested in this case, as the top level already includes a 1px left padding (thus it makes no difference in that case)
Fixed. This is specific to them being nested in this case, as the top level already includes a 1px left padding (thus it makes no difference in that case)