From a839232ca6b5350b96fb84ca6fb2934fad142d1e Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 20 Sep 2015 02:41:14 +0200 Subject: update to 64cdb791dfa2f04bd50062b76fcf25345c073a36 --- assets/stylesheets/bootstrap/_forms.scss | 6 +++--- assets/stylesheets/bootstrap/_variables.scss | 8 ++++---- assets/stylesheets/bootstrap/mixins/_grid.scss | 5 ++++- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'assets') diff --git a/assets/stylesheets/bootstrap/_forms.scss b/assets/stylesheets/bootstrap/_forms.scss index 7879f63..df28863 100644 --- a/assets/stylesheets/bootstrap/_forms.scss +++ b/assets/stylesheets/bootstrap/_forms.scss @@ -76,7 +76,7 @@ // For use with horizontal and inline forms, when you need the label text to // align with the form controls. .form-control-label { - padding: ($input-padding-y + $border-width) $input-padding-x; + padding: $input-padding-y $input-padding-x; margin-bottom: 0; // Override the `