diff --git a/site/content/docs/5.3/components/dropdowns.md b/site/content/docs/5.3/components/dropdowns.md index 0a61ffa003..c12dc55d3e 100644 --- a/site/content/docs/5.3/components/dropdowns.md +++ b/site/content/docs/5.3/components/dropdowns.md @@ -697,63 +697,59 @@ In the case of using the split button style, dynamic positioning should not be d To align **right** the dropdown menu with the given breakpoint or larger, add `.dropdown-menu{-sm|-md|-lg|-xl|-xxl}-end`. -{{< example >}} -
- +{{< example class="d-inline-grid" >}} + -
- - - -
+
+ + +
{{< /example >}} To align **left** the dropdown menu with the given breakpoint or larger, add `.dropdown-menu-end` and `.dropdown-menu{-sm|-md|-lg|-xl|-xxl}-start`. -{{< example >}} -
- +{{< example class="d-inline-grid" >}} + -
- - - -
+
+ + +
{{< /example >}}