From e57222e0fc1b68496fc356dfd85f9c0531364b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= <julien.deramond@orange.com> Date: Fri, 4 Mar 2022 13:08:28 +0100 Subject: [PATCH] Missing `.dropup` in dropup centered example --- site/content/docs/5.1/components/dropdowns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.1/components/dropdowns.md b/site/content/docs/5.1/components/dropdowns.md index 4308d5c621..7971e0dfd5 100644 --- a/site/content/docs/5.1/components/dropdowns.md +++ b/site/content/docs/5.1/components/dropdowns.md @@ -481,7 +481,7 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element. Make the dropup menu centered above the toggle with `.dropup-center` on the parent element. {{< example >}} -<div class="dropup-center"> +<div class="dropup-center dropup"> <button class="btn btn-secondary dropdown-toggle" type="button" id="dropupCenterBtn" data-bs-toggle="dropdown" aria-expanded="false"> Centered dropup </button> -- GitLab