diff options
| author | ysds <[email protected]> | 2017-12-27 07:23:07 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-12-26 14:23:07 -0800 |
| commit | 8c6011ab4f28f6b05be608d2f016a33d984dd729 (patch) | |
| tree | ff7451c06a3f59f33cc364bf1d6a3bd5234cab8d /docs | |
| parent | be6fbf53872580e11fb8e3f4234226432fe03913 (diff) | |
| download | bootstrap-8c6011ab4f28f6b05be608d2f016a33d984dd729.tar.xz bootstrap-8c6011ab4f28f6b05be608d2f016a33d984dd729.zip | |
Fix input group border radius issue (#25075) (#25076)
* Fix input group border radius issue (#25075)
* Remove migration note
- All buttons In input group do not have to be the same element now.
* lint
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 346ef84ab..39b7dfa16 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -35,8 +35,6 @@ While Beta 2 saw the bulk of our breaking changes during the beta phase, but we - Sizing classes must be on the parent `.input-group` and not the individual form elements. -- Due to limitations in how CSS selectors work, all buttons must be the same element (e.g., `<a>` or `<button>`). - ## Beta 2 changes While in beta, we aim to have no breaking changes. However, things don't always go as planned. Below are the breaking changes to bear in mind when moving from Beta 1 to Beta 2. |
