diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 47f0c1349a..f78b8c1011 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -44,6 +44,7 @@ // Reset rounded corners > .btn:not(:last-child):not(.dropdown-toggle), + > .btn.dropdown-toggle-split:first-child, > .btn-group:not(:last-child) > .btn { @include border-end-radius(0); } diff --git a/site/content/docs/5.1/components/dropdowns.md b/site/content/docs/5.1/components/dropdowns.md index ab34477563..75568677f4 100644 --- a/site/content/docs/5.1/components/dropdowns.md +++ b/site/content/docs/5.1/components/dropdowns.md @@ -569,19 +569,17 @@ Trigger dropdown menus at the left of the elements by adding `.dropstart` to the