mirror of
https://github.com/ansible/awx.git
synced 2026-04-15 23:10:20 -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 {
|
||||
float: left;
|
||||
display: flex;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user