Skip to content

Commit

Permalink
Small alignment fix in asset list
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Jan 23, 2021
1 parent 4ca4ea9 commit 0ed7dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/templates/asset_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

{% block content %}
<div class="row">
<div class="col">
<div class="col px-0">
<form id="asset-search-form" method="GET" class="form-inline justify-content-end">
<div class="input-group px-1 mb-2 mb-sm-0 flex-nowrap">
{% render_field form.q|add_class:'form-control' placeholder='Enter Asset ID/Desc/Serial' %}
Expand All @@ -78,7 +78,7 @@
</div>
</div>
<div class="row my-2">
<div class="col text-right">
<div class="col text-right px-0">
{% button 'new' 'asset_create' style="width: 6em" %}
</div>
</div>
Expand Down

0 comments on commit 0ed7dc4

Please sign in to comment.