Make checkbox labels the width of their contents no their parent

This commit is contained in:
mabashian
2018-04-13 10:34:39 -04:00
parent fb53bc95db
commit cb01dea55f
3 changed files with 7 additions and 1 deletions

View File

@@ -788,3 +788,8 @@ input[type='radio']:checked:before {
border-color: @b7grey;
background-color: @ebgrey;
}
.Form-checkboxRow {
float: left;
clear: left;
}