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

Cleanup responsive tables #30482

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Conversation

MartijnCuppens
Copy link
Member

@MartijnCuppens MartijnCuppens commented Mar 31, 2020

In #25058, the .table-reponsive class was moved from the table to a wrapper div.

  • display: block; and width: 100%; have become redundant since the wrapper is a div
  • The double border fix isn't needed either since the table keeps its display value
  • I've also simplified the Sass class concatenation.

https://deploy-preview-30482--twbs-bootstrap.netlify.com/docs/4.3/content/tables/#breakpoint-specific

Copy link
Member

@ffoodd ffoodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch.

@MartijnCuppens MartijnCuppens merged commit 22a5356 into master Mar 31, 2020
@MartijnCuppens MartijnCuppens deleted the master-mc-responsive-tables-cleanup branch March 31, 2020 08:33
olsza pushed a commit to olsza/bootstrap that referenced this pull request Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants