diff --git a/js/tests/visual/floating-label.html b/js/tests/visual/floating-label.html index f78442eff1e7..debecd7ebdfe 100644 --- a/js/tests/visual/floating-label.html +++ b/js/tests/visual/floating-label.html @@ -167,6 +167,34 @@ + +
+ + +
+
+ + +
+
+ + +
@@ -329,6 +357,34 @@
+ +
+ + +
+
+ + +
+
+ + +
diff --git a/scss/forms/_floating-labels.scss b/scss/forms/_floating-labels.scss index b366505881d6..38df115561b8 100644 --- a/scss/forms/_floating-labels.scss +++ b/scss/forms/_floating-labels.scss @@ -51,6 +51,7 @@ > .form-select { padding-top: $form-floating-input-padding-t; padding-bottom: $form-floating-input-padding-b; + padding-left: $form-floating-padding-x; } > .form-control:focus, diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 9fbe4a377f51..781867f4e50d 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -445,7 +445,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co - Columns no longer have `position: relative` applied, so you may have to add `.position-relative` to some elements to restore that behavior. -- Breaking Dropped several `.order-*` classes that often went unused. We now only provide `.order-1` to `.order-5` out of the box. +- Breaking Dropped several `.order-*` classes that often went unused. We now only provide `.order-0` to `.order-5` out of the box. - Breaking Dropped the `.media` component as it can be easily replicated with utilities. [See #28265](https://github.com/twbs/bootstrap/pull/28265) and the [flex utilities page for an example]({{< docsref "/utilities/flex#media-object" >}}).