Skip to content

Commit

Permalink
[IMP] portal: increase search input width
Browse files Browse the repository at this point in the history
Since the new filter in sale_timesheet, the search box size was no wide
any more to handle the placeholder text.

task-2409761
  • Loading branch information
Laurent Stukkens (LTU) authored and xavierbol committed Dec 21, 2020
1 parent 3f3d2b2 commit 1712600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/portal/views/portal_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
</div>
<t t-raw="0"/>
</div>
<form t-if="searchbar_inputs" class="form-inline o_portal_search_panel ml-lg-4">
<form t-if="searchbar_inputs" class="form-inline o_portal_search_panel ml-lg-4 col-xl-4 col-md-5">
<div class="input-group input-group-sm w-100">
<div class="input-group-prepend">
<button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown"/>
Expand Down

0 comments on commit 1712600

Please sign in to comment.