mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
[fix][minor] search help alignment
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{% block header %}<h1>{{ _("Help") }}</h1>
|
{% block header %}<h1>{{ _("Help") }}</h1>
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;">
|
<div style="margin-bottom: 20px;">
|
||||||
<form action='/search_help'>
|
<form action="/search_help" style="display: flex;">
|
||||||
<input name='q' class='form-control' type='text'
|
<input name='q' class='form-control' type='text'
|
||||||
style='max-width: 400px; display: inline-block; margin-right: 10px;'
|
style='max-width: 400px; display: inline-block; margin-right: 10px;'
|
||||||
value='{{ frappe.form_dict.q or ''}}'
|
value='{{ frappe.form_dict.q or ''}}'
|
||||||
|
|||||||
Reference in New Issue
Block a user