-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Normal
-
None
-
Affects Version/s: 7.0.2, 7.0.3
-
Component/s: Components
-
Environment:
OSx and Windows
-
None
Vertical alignment of radio button and label, and proper margin, i fix this like this:
.z-radio-content {
margin-left: 5px;
}
.z-radio input[type="radio"] {
position: relative; top: -5px;
}
I'm not sure if this happends with checkbox too.