Skip to content

Commit

Permalink
add table-sm
Browse files Browse the repository at this point in the history
  • Loading branch information
vsabatie committed Dec 5, 2023
1 parent 4d17b82 commit 8068b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pod/dressing/templates/my_dressings.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% endblock %}

{% block page_content %}
<table class="table table-striped table-bordered text-center" summary="{% trans 'List of dressings I can use or manage.' %}">
<table class="table table-sm table-striped table-bordered text-center" summary="{% trans 'List of dressings I can use or manage.' %}">
<caption class="caption-top">{% trans 'Available video dressings' %}</caption>
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion pod/dressing/templates/video_dressing.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<form action="{% url 'video:dressing:video_dressing' slug=video.slug %}" method="POST" id="apply_dressing" accept-charset="utf-8" enctype="multipart/form-data">
{% csrf_token %}
<table class="table table-striped table-bordered text-center" summary="{% trans 'List of dressings that I can apply to the video.' %}">
<table class="table table-sm table-striped table-bordered text-center" summary="{% trans 'List of dressings that I can apply to the video.' %}">
<caption class="caption-top text-center">{% trans 'Available video dressings' %}</caption>
<thead>
<tr>
Expand Down

0 comments on commit 8068b2c

Please sign in to comment.