diff options
-rw-r--r-- | web/cobrands/zurich/base.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 61bcbacb7..c3a8cc4a3 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -70,3 +70,9 @@ h4.static-with-rule { } } } + +.form-txt-submit-box input[type=submit] { + width:auto; // 28% is too narrow + padding-left: 0.8em; + padding-right: 0.8em; +} |