mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-04 07:51:58 -05:00
Make checkbox labels the width of their contents no their parent
This commit is contained in:
@@ -788,3 +788,8 @@ input[type='radio']:checked:before {
|
||||
border-color: @b7grey;
|
||||
background-color: @ebgrey;
|
||||
}
|
||||
|
||||
.Form-checkboxRow {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user