Update forms.less
Removed negative left margin from input and radio button inputs.
This commit is contained in:
@@ -305,7 +305,7 @@ textarea {
|
||||
.radio input[type="radio"],
|
||||
.checkbox input[type="checkbox"] {
|
||||
float: left;
|
||||
margin-left: -20px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
// Move the options list down to align with labels
|
||||
|
||||
Reference in New Issue
Block a user