Skip to content

Commit

Permalink
fix tag input min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalfox committed Nov 3, 2024
1 parent 96b1390 commit 7dc9b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/leads/_tags_banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="col-lg-auto col-md-12">
<form id="tag_form">
<div class="d-flex">
<div class="col">{{ lead_tag_form }}</div>
<div class="col" style="min-width: 200px">{{ lead_tag_form }}</div>
<div class="col"><button type="submit" class="btn btn-primary" hx-post="{% url 'leads:add_tag' lead.id|unlocalize %}">{% trans "Add" %}</button></div>
</div>
</form>
Expand Down

0 comments on commit 7dc9b6c

Please sign in to comment.