Merge pull request #6160 from garyc40/bug-checkbox-labels

Checkbox labels are cut off on mobile.
This commit is contained in:
Kevin Ansfield 2015-12-15 13:09:14 +00:00
commit cb85189fdc

View File

@ -198,8 +198,8 @@ textarea {
.for-radio p,
.for-checkbox p {
overflow: auto;
color: #b3b2a8;
white-space: nowrap;
font-weight: normal;
}