Skip to content

Fix .table-responsive breakpoint#23028

Closed
PerfectPixel wants to merge 4 commits intotwbs:v4-devfrom
PerfectPixel:patch-1
Closed

Fix .table-responsive breakpoint#23028
PerfectPixel wants to merge 4 commits intotwbs:v4-devfrom
PerfectPixel:patch-1

Conversation

@PerfectPixel
Copy link
Copy Markdown

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
Copy Markdown
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