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

doc: make tables responsive #29692

Closed
XhmikosR opened this issue Sep 24, 2019 · 1 comment
Closed

doc: make tables responsive #29692

XhmikosR opened this issue Sep 24, 2019 · 1 comment
Labels
doc Issues and PRs related to the documentations.

Comments

@XhmikosR
Copy link
Contributor

I'm not sure how to proceed with this since we need a wrapping div.

Basically

<div class="whatever-name-we-decide">THE MARKDOWN TABLE</div>

and

.whatever-name-we-decide { overflow: auto; }

With the above, the tables won't overflow the screen when they don't fit.

@targos
Copy link
Member

targos commented Dec 26, 2020

Fixed in #31859

@targos targos closed this as completed Dec 26, 2020
@targos targos added the doc Issues and PRs related to the documentations. label Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

No branches or pull requests

2 participants