Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(checkbox): label content should not wrap
* Similar as for the radio component, the checkbox label content should not wrap if it exceeds the boundaries of the parent element. This ensures that we have consistent behavior across all selection controls. * Fixes that the radio container (circle) shrinks if the label content is exceeding the boundaries and wrapping is enabled (developers may overwrite CSS to enable wrapping) Closes #6671
- Loading branch information