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:
Sahil Batra 2023-01-10 12:20:36 +05:30 committed by Tim Abbott
parent 112df91fbd
commit 8024766b27
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h1>{{ _('Contact support') }}</h1>
</div>
<form method="post" class="form-horizontal white-box" id="registration">
<form method="post" class="white-box" id="registration">
{{ csrf_input }}
<fieldset class="support-request">