mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
Use flex instead of float on form checkboxes
This commit is contained in:
@@ -790,6 +790,6 @@ input[type='radio']:checked:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Form-checkboxRow {
|
.Form-checkboxRow {
|
||||||
float: left;
|
display: flex;
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user