Fix table overflow on narrow screens
This commit is contained in:
parent
1f1ca1a84a
commit
13eb0df9ee
3 changed files with 19 additions and 0 deletions
3
templates/shortcodes/table.html
Normal file
3
templates/shortcodes/table.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div class="table-wrapper">
|
||||
{{ body | markdown | safe }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue