diff options
| author | Martijn Cuppens <[email protected]> | 2019-12-19 15:28:40 +0100 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2020-03-23 15:35:07 +0100 |
| commit | 85b12549ecff83f866588394ecff747e69567bc4 (patch) | |
| tree | fa72ddb5365d957e9ef3d51b8b96cd8086cdebb7 /site/content/docs/4.3/migration.md | |
| parent | 9eccb3a230e4c8d9fe4f42682efb246c82082c33 (diff) | |
| download | bootstrap-85b12549ecff83f866588394ecff747e69567bc4.tar.xz bootstrap-85b12549ecff83f866588394ecff747e69567bc4.zip | |
Simplify input groups by dropping `.input-group-prepend` and `.input-group-append`
Diffstat (limited to 'site/content/docs/4.3/migration.md')
| -rw-r--r-- | site/content/docs/4.3/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index 7c0541c00..be953eca3 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -99,6 +99,7 @@ Changes to Reboot, typography, tables, and more. - Dropped `.form-inline` for the more flexible grid. - Dropped support for `.form-control-plaintext` inside `.input-group`s. - Dropped `.form-text` as existing utilities cover this use class's former use case (e.g., `.mt-2`, `.text-small`, and/or `.text-muted`). +- Dropped `.input-group-append` and `.input-group-prepend`. You can now just add buttons and `.input-group-text` as direct children of the input groups. ## Components |
