mirror of https://github.com/zulip/zulip.git
Make login form validation errors not wrap
(imported from commit b5173df6b3a98517f3127bc0b9fee63fd85a043f)
This commit is contained in:
parent
e83c026a27
commit
b9da1e1976
|
@ -49,6 +49,7 @@ $(function () {
|
|||
});
|
||||
|
||||
$("#login_form").validate({
|
||||
errorClass: "text-error"
|
||||
errorClass: "text-error",
|
||||
wrapper: "div"
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue