Merge pull request #14889 from pratu16x7/support-portal
[fix][minor] search help alignment
This commit is contained in:
commit
0c51d40ad0
@ -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 ''}}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user