From 98755f09b8fe65350712c627bcae2f5dac0ba157 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Nov 2017 20:55:24 -0800 Subject: [PATCH] Override padding on radio input label We could tell folks to nix the class, we could tell them to override it, or we could add another modifier of some kind to address this. None of them seem particularly useful, but the padding override feels the most approachable and clearly documentable. Added this here to close #24844. --- docs/4.0/components/forms.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index eba9fc75f461..980596e8c34c 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -364,6 +364,8 @@ Create horizontal forms with the grid by adding the `.row` class to form groups Be sure to add `.col-form-label` to your `