From a649c7f2089e51190e8c0ba6454fb887d6400535 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Nov 2017 03:05:01 -0800 Subject: [PATCH] Override padding on radio input label (#24899) 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 eba9fc75f4..980596e8c3 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 `