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

Fix .table-responsive breakpoint #23028

Closed
wants to merge 4 commits into from
Closed

Fix .table-responsive breakpoint #23028

wants to merge 4 commits into from

Conversation

PerfectPixel
Copy link

This fixes the threshold for .table-responsive to perform its magic. media-breakpoint-down(md) is equal to <991px, while media-breakpoint-down(sm) is the correct breakpoint according to the comment.

While this is superseeded by #22804 , you might want to merge this to have properly functioning responsive tables in the meantime.

This fixes the threshold for .table-responsive to perform its magic. `media-breakpoint-down(md)` is equal to <991px, while `media-breakpoint-down(sm)` is the correct breakpoint according to the comment.
@mdo
Copy link
Member

mdo commented Aug 22, 2017

Merged #22804, thanks!

@mdo mdo closed this Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants