mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03: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 {
|
||||
float: left;
|
||||
display: flex;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user