]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarify migration docs to remove mention of .table-responsive being for the parent...
authorMark Otto <markd.otto@gmail.com>
Sat, 3 Feb 2018 08:02:14 +0000 (00:02 -0800)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 3 Feb 2018 08:02:14 +0000 (10:02 +0200)
docs/4.0/migration.md

index 56d05417d138e87d7ee11273b9d35e523657b2bc..c9940865627a55d50ba4cb780b985450466a450e 100644 (file)
@@ -144,7 +144,6 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
 ### Tables
 
 - Nearly all instances of the `>` selector have been removed, meaning nested tables will now automatically inherit styles from their parents. This greatly simplifies our selectors and potential customizations.
-- Responsive tables no longer require a wrapping element. Instead, just put the `.table-responsive` right on the `<table>`.
 - Renamed `.table-condensed` to `.table-sm` for consistency.
 - Added a new `.table-inverse` option.
 - Added table header modifiers: `.thead-default` and `.thead-inverse`.