From 8677ccc3e3f54f732bd1e4475f0fc8ca1d1c26e5 Mon Sep 17 00:00:00 2001 From: HeliumSquid Date: Mon, 28 Mar 2016 17:21:21 +0200 Subject: [PATCH] Reference closed issue --- less/_inputs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/_inputs.less b/less/_inputs.less index 1dcfd742..d8212113 100644 --- a/less/_inputs.less +++ b/less/_inputs.less @@ -4,7 +4,7 @@ .label { border-radius: @border-radius-small; .variations(~".label", ~"", background-color, @grey); - padding: .3em .6em; + padding: .3em .6em; // Make top & bottom .label padding the same: https://github.com/twbs/bootstrap/pull/19631 } // must be broken out for reuse - webkit selector breaks firefox