diff --git a/babybuddy/static_src/scss/global.scss b/babybuddy/static_src/scss/global.scss index 2e395859..5dbba4b2 100644 --- a/babybuddy/static_src/scss/global.scss +++ b/babybuddy/static_src/scss/global.scss @@ -13,7 +13,7 @@ } // Right align main dropdown menu. -.dropdown-menu-right { +.dropdown-menu-end { right: 0; left: auto; // Reset the default from `.dropdown-menu` } diff --git a/core/templates/core/child_quick_switch.html b/core/templates/core/child_quick_switch.html index d04cbc0a..18b00289 100644 --- a/core/templates/core/child_quick_switch.html +++ b/core/templates/core/child_quick_switch.html @@ -2,14 +2,14 @@ {{ current_child }} {% if children.count > 0 %} - -