Created by: PerfectPixel
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.