diff options
-rw-r--r-- | web/cobrands/sass/_base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 5866ab986..318b97fa3 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -385,7 +385,7 @@ select.form-control { } .form-txt-submit-box { - min-height:3em; + @include clearfix(); input[type=password], input[type=text], input[type=email] { |