Merge pull request #595 from redmorello/U4-6036
U4 6036 - Checkbox and Radio button styling incorrect in backend
This commit is contained in:
@@ -229,7 +229,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
|
||||
|
||||
@@ -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