Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap table in a table-responsive class #21

Open
iGormilhit opened this issue Mar 3, 2021 · 0 comments
Open

Wrap table in a table-responsive class #21

iGormilhit opened this issue Mar 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@iGormilhit
Copy link
Contributor

To improve table readability, use the bootstrap .table-responsive class in a wrapper around the <table> HTML tag.

<div class="table-responsive">
    <table class="...">
    ...
    </table>
</div>

https://github.com/rero/flask-wiki/blob/647dd97880e2105948071b041286f318bf2628f7/flask_wiki/markdown_ext.py#L31
@iGormilhit iGormilhit added the enhancement New feature or request label Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant