Skip to content

Commit

Permalink
Merge pull request #64 from plone/petschki-responsive-table
Browse files Browse the repository at this point in the history
Fix responsive table
  • Loading branch information
petschki authored Dec 6, 2022
2 parents 3020b6a + f8a7e88 commit 5b91ad8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/64.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix responsive table.
[petschki]
4 changes: 3 additions & 1 deletion plone/app/registry/browser/templates/records.pt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -135,6 +136,7 @@
</tr>
</tfoot>
</table>
</div>
</div>
</div>
<div class="tab">
Expand Down

0 comments on commit 5b91ad8

Please sign in to comment.