[fix][minor] search help alignment

This commit is contained in:
Prateeksha Singh 2018-07-12 16:05:57 +05:30
parent e4a53f961a
commit 4cc7957a2a

View File

@ -5,7 +5,7 @@
{% block header %}<h1>{{ _("Help") }}</h1>
<div style="margin-bottom: 20px;">
<form action='/search_help'>
<form action="/search_help" style="display: flex;">
<input name='q' class='form-control' type='text'
style='max-width: 400px; display: inline-block; margin-right: 10px;'
value='{{ frappe.form_dict.q or ''}}'