From 0f8145af209b8b642e57f89502add398dbd2e302 Mon Sep 17 00:00:00 2001
From: Mark Otto <markd.otto@gmail.com>
Date: Sat, 3 Feb 2018 00:02:14 -0800
Subject: [PATCH] Clarify migration docs to remove mention of .table-responsive
 being for the parent element vs the table element itself (#25539)

---
 docs/4.0/migration.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 56d05417d1..c994086562 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -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`.
-- 
GitLab