mirror of https://github.com/zulip/zulip.git
support: Remove form-horizontal from form element in support request page.
We can safely remove the form-horizontal class from form element in support request page, since the display and vertical-align are already applied by other CSS in bootstrap and margin is overridden by CSS in portico_signin.css.
This commit is contained in:
parent
112df91fbd
commit
8024766b27
|
@ -7,7 +7,7 @@
|
||||||
<h1>{{ _('Contact support') }}</h1>
|
<h1>{{ _('Contact support') }}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form method="post" class="form-horizontal white-box" id="registration">
|
<form method="post" class="white-box" id="registration">
|
||||||
{{ csrf_input }}
|
{{ csrf_input }}
|
||||||
|
|
||||||
<fieldset class="support-request">
|
<fieldset class="support-request">
|
||||||
|
|
Loading…
Reference in New Issue