diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-06-19 15:09:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-06 17:55:52 +0100 |
commit | 85835c0146421a16a84626b4e9004da73ab70b11 (patch) | |
tree | 2cda9d7aa0722e295e968b794ba58b0e1736c5a7 | |
parent | 9810fab2f8b4c54071afae67e60809ec6c3a573a (diff) |
Better clearfix for .form-txt-submit-box
-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] { |