From 9de11a5e1c0ae5b6338df89ca9818722017e4c29 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Feb 2014 14:16:11 -0800 Subject: [PATCH] (less) Fixes #12801: Add padding to the bottom of .form-control-static to match height of standard form controls --- forms.less | 1 + 1 file changed, 1 insertion(+) diff --git a/forms.less b/forms.less index f607b8509a2e..24cb0da69d81 100644 --- a/forms.less +++ b/forms.less @@ -418,6 +418,7 @@ input[type="checkbox"], .form-control-static { padding-top: (@padding-base-vertical + 1); + padding-bottom: (@padding-base-vertical + 1); } // Only right align form labels here when the columns stop stacking