mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
This is a follow-up to #29322, specifically "allowing easy placement of the `.form-check-input` in more places." In my testing in Firefox and Chrome, setting `vertical-align: top` removes the need to add `float-left` to vertically align the checkbox and label text. And doing so does not visually affect examples which do apply `float: left` via nesting in a `.form-check`. |
||
|---|---|---|
| .. | ||
| _form-check.scss | ||
| _form-control.scss | ||
| _form-file.scss | ||
| _form-range.scss | ||
| _form-select.scss | ||
| _input-group.scss | ||
| _labels.scss | ||
| _layout.scss | ||
| _validation.scss | ||