Skip to content

Commit 7235335

Browse files
committed
Mobile table fix
1 parent 90c8a11 commit 7235335

File tree

1 file changed

+5
-3
lines changed
  • templates/admin/credit_memo/show/content/sections/memo_details

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
<table class="table mb-0">
2-
{% hook 'table' %}
3-
</table>
1+
<div class="table-responsive">
2+
<table class="table mb-0">
3+
{% hook 'table' %}
4+
</table>
5+
</div>

0 commit comments

Comments
 (0)