topic_edit_form: Remove form-horizontal class.

This commit removes form-horizontal class from form element
of inline topic edit form. We can safely remove this class,
since all properties applied by bootstrap using this class
are already overridden by specific CSS for the input element
in zulip.css.
This commit is contained in:
Sahil Batra 2023-01-10 14:57:35 +05:30 committed by Tim Abbott
parent 48dec70099
commit da9cfa206a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{! Client-side Mustache template for rendering the topic edit form. }}
<form id="topic_edit_form" class="form-horizontal">
<form id="topic_edit_form">
<input type="text" value="" class="inline_topic_edit header-v" id="inline_topic_edit"
autocomplete="off" maxlength="{{ max_topic_length }}" />
<button type="button" class="topic_edit_save small_square_button animated-purple-button"><i class="fa fa-check" aria-hidden="true"></i></button>