Created by: jonathanhefner
This allows .form-check-input
to be used with fewer classes when not wrapped in .form-check
, and it prevents the space between input and label from scaling uncomfortably big at larger font sizes.
Before
After
I admit I am unsure of the purpose of the float: left
. I evaluated this change with all of the "Checks and radios" examples in the docs, and they all looked correct. Is there a use case I am missing, or is its presence historical?