mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 04:28:36 -05:00
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