From 0abeb5e8defeea76163bd04b23e8fcbd4aec7402 Mon Sep 17 00:00:00 2001 From: HeliumSquid Date: Sat, 26 Mar 2016 17:44:35 +0100 Subject: [PATCH 1/3] Fixed label padding. --- less/_inputs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/_inputs.less b/less/_inputs.less index d24c271e..e83e92bc 100644 --- a/less/_inputs.less +++ b/less/_inputs.less @@ -4,6 +4,7 @@ .label { border-radius: @border-radius-small; .variations(~".label", ~"", background-color, @grey); + padding: .3em .6em .2em; } // must be broken out for reuse - webkit selector breaks firefox @@ -347,4 +348,3 @@ select.form-control { height: 100%; z-index: 100; } - From c54e8e7d965290b55796ef2163a8b6600d845c91 Mon Sep 17 00:00:00 2001 From: HeliumSquid Date: Sun, 27 Mar 2016 16:20:20 +0200 Subject: [PATCH 2/3] Update _inputs.less --- less/_inputs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/_inputs.less b/less/_inputs.less index e83e92bc..1dcfd742 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 .2em; + padding: .3em .6em; } // must be broken out for reuse - webkit selector breaks firefox From 34c74e5d14823340227eb5672475ab295b5e4744 Mon Sep 17 00:00:00 2001 From: HeliumSquid Date: Mon, 28 Mar 2016 17:21:21 +0200 Subject: [PATCH 3/3] 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