You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #127 Add a wrapper element for tables (javiereguiluz)
This PR was merged into the main branch.
Discussion
----------
Add a wrapper element for tables
We need this to make tables responsive ... and not only in small devices.
See for example the super wide table in this section: https://symfony.wip/doc/current/mailer.html#using-a-3rd-party-transport
Question: is there any way to reuse the original template from doctrine/rst-parser? Our new template is literally `<div class="table-wrapper"> {{ the_old_template }} </div>` so it's sad to duplicate the old template entirely. Thanks!
Commits
-------
08654dd Add a wrapper element for tables
0 commit comments