Skip to content

Commit

Permalink
Fix team index submissions table responsivity
Browse files Browse the repository at this point in the history
  • Loading branch information
zapotocnylubos committed Aug 1, 2024
1 parent 2dd9b44 commit 31b2ba2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webapp/templates/team/partials/index_content.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
<div class="row">
<div class="col-md-6">
<h1 class="teamoverview">Submissions</h1>

{% include 'team/partials/submission_list.html.twig' %}
<div class="table-responsive">
{% include 'team/partials/submission_list.html.twig' %}
</div>
</div>
<div class="col-md-6">
<h1 class="teamoverview">Messages</h1>
Expand Down

0 comments on commit 31b2ba2

Please sign in to comment.