From 62a8e75963e51f4de747a6ba7ebf25a6da71a353 Mon Sep 17 00:00:00 2001 From: Andy Cochran Date: Mon, 31 Oct 2016 12:01:47 -0400 Subject: [PATCH] fix file input button label in input-group --- scss/forms/_input-group.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index 3dfb3125a..a7c7b1ad1 100644 --- a/scss/forms/_input-group.scss +++ b/scss/forms/_input-group.scss @@ -114,7 +114,8 @@ $input-prefix-padding: 1rem !default; a, input, - button { + button, + label { @extend %input-group-child; font-size: $input-font-size; height: $height; -- 2.47.2