Fixing error message for consistency

This patch would make financial
assistance form help message to be
consistent with implementation. Using
characters limit instead of word limit.

PROD-733
This commit is contained in:
Adeel Khan
2019-11-15 02:27:48 +05:00
parent d6bfa03993
commit 6b04b57448
3 changed files with 4 additions and 2 deletions

View File

@@ -150,6 +150,8 @@
.financial-assistance-form {
@extend .login-register;
max-width: 800px;
.action-primary {
@include float(left);