From 1d2aaed4abf4236b027ec5198e65b6b814b070ec Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 3 Jan 2017 16:51:59 +0100 Subject: Added information about list-group-flush --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index a01e85dd4..c8c39c03b 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -134,6 +134,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Rewrote component with flexbox. - Replaced `a.list-group-item` with an explicit class, `.list-group-item-action`, for styling link and button versions of list group items. +- Added `.list-group-flush` class for use with cards. ### Modal -- cgit v1.2.3 From bd72b9593bbff9a001ba818dbf8782b5ed3f08d0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Jan 2017 13:11:25 -0800 Subject: Drop .table-reflow Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright. --- docs/migration.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index c8c39c03b..ee3ecb125 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -82,7 +82,6 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Responsive tables no longer require a wrapping element. Instead, just put the `.table-responsive` right on the ``. - Renamed `.table-condensed` to `.table-sm` for consistency. - Added a new `.table-inverse` option. -- Added a new `.table-reflow` option. - Added table header modifiers: `.thead-default` and `.thead-inverse`. - Renamed contextual classes to have a `.table-`-prefix. Hence `.active`, `.success`, `.warning`, `.danger` and `.table-info` to `.table-active`, `.table-success`, `.table-warning`, `.table-danger` and `.table-info`. -- cgit v1.2.3