aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-01-15 21:44:04 -0800
committerGitHub <[email protected]>2018-01-15 21:44:04 -0800
commitd16eb10e494cdc1531c7938f6cb54d47ec13e3cc (patch)
treec2357031558e89da9ffd0dec50068e525e8540b8 /docs
parent2f4e785a8c623fbe1b011edabecafe99b9f0817b (diff)
downloadbootstrap-d16eb10e494cdc1531c7938f6cb54d47ec13e3cc.tar.xz
bootstrap-d16eb10e494cdc1531c7938f6cb54d47ec13e3cc.zip
Mention .input-group-text in migration docs (#25325)
Closes #25231
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 0ec2773c4..9b4030699 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -31,7 +31,7 @@ While Beta 2 saw the bulk of our breaking changes during the beta phase, but we
### Input groups
-- Input group addons are now specific to their placement relative to an input. We've dropped `.input-group-addon` and `.input-group-btn` for two new classes, `.input-group-prepend` and `.input-group-append`. You must explicitly use an append or a prepend now, simplifying much of our CSS.
+- Input group addons are now specific to their placement relative to an input. We've dropped `.input-group-addon` and `.input-group-btn` for two new classes, `.input-group-prepend` and `.input-group-append`. You must explicitly use an append or a prepend now, simplifying much of our CSS. Within an append or prepend, place your buttons as they would exist anywhere else, but wrap text in `.input-group-text`.
- Validation styles are now supported, as are multiple inputs (though you can only validate one input per group).