aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2017-06-19 15:09:48 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-07-06 17:55:52 +0100
commit85835c0146421a16a84626b4e9004da73ab70b11 (patch)
tree2cda9d7aa0722e295e968b794ba58b0e1736c5a7
parent9810fab2f8b4c54071afae67e60809ec6c3a573a (diff)
Better clearfix for .form-txt-submit-box
-rw-r--r--web/cobrands/sass/_base.scss2
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] {