Skip to content

Commit

Permalink
Fix responsive table
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Dec 6, 2022
1 parent 3020b6a commit 5b02211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plone/app/registry/browser/templates/records.pt
Original file line number Diff line number Diff line change
@@ -88,7 +88,8 @@

</div>

<table class="table table-responsive table-bordered table-striped">
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th i18n:translate="heading_name">Name</th>
@@ -135,6 +136,7 @@
</tr>
</tfoot>
</table>
</div>
</div>
</div>
<div class="tab">

0 comments on commit 5b02211

Please sign in to comment.