diff options
| author | Mark Otto <[email protected]> | 2017-01-03 13:11:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-03 13:11:25 -0800 |
| commit | bd72b9593bbff9a001ba818dbf8782b5ed3f08d0 (patch) | |
| tree | dbeb35f708f6ac5ea0b9b4fe5da771b72039ad35 /docs/migration.md | |
| parent | f1229e8c4716cfa191f1b6ec9bcbe5ca6e63a087 (diff) | |
| download | bootstrap-bd72b9593bbff9a001ba818dbf8782b5ed3f08d0.tar.xz bootstrap-bd72b9593bbff9a001ba818dbf8782b5ed3f08d0.zip | |
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.
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 1 |
1 files changed, 0 insertions, 1 deletions
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 `<table>`. - 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`. |
