Skip to content

Commit b84b21b

Browse files
committed
decrease size of file upload button
1 parent a38d465 commit b84b21b

File tree

1 file changed

+1
-1
lines changed
  • formset/templates/formset/bootstrap/widgets

1 file changed

+1
-1
lines changed

formset/templates/formset/bootstrap/widgets/file.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% load i18n %}
33

44
{% block "choose-file" %}
5-
<button type="button" aria-controls="{{ widget.attrs.id }}" class="btn btn-outline-secondary">{% trans "Choose file" %}</button>
5+
<button type="button" aria-controls="{{ widget.attrs.id }}" class="btn btn-outline-secondary btn-sm">{% trans "Choose file" %}</button>
66
{% endblock %}
77

88
{% block "file-caption" %}

0 commit comments

Comments
 (0)