Skip to content

Instantly share code, notes, and snippets.

View chris-canipe's full-sized avatar

Chris chris-canipe

View GitHub Profile
@chris-canipe
chris-canipe / _labels.scss
Created April 3, 2015 15:52
Wrap long checkbox labels with simple_form and Foundation 5
input.boolean {
// The input will not honor line-height: use height.
height: 1.5em;
// Cancel the main styles: transfer to wrapper.
margin-bottom: 0;
// Middle cannot be used because we must account for
// multiline labels.
vertical-align: top;
}