We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38d465 commit b84b21bCopy full SHA for b84b21b
formset/templates/formset/bootstrap/widgets/file.html
@@ -2,7 +2,7 @@
2
{% load i18n %}
3
4
{% block "choose-file" %}
5
-<button type="button" aria-controls="{{ widget.attrs.id }}" class="btn btn-outline-secondary">{% trans "Choose file" %}</button>
+<button type="button" aria-controls="{{ widget.attrs.id }}" class="btn btn-outline-secondary btn-sm">{% trans "Choose file" %}</button>
6
{% endblock %}
7
8
{% block "file-caption" %}
0 commit comments