diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/dropdown-menu.scss b/services/web/frontend/stylesheets/bootstrap-5/components/dropdown-menu.scss index 93491f0fbd..a05963f00e 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/dropdown-menu.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/dropdown-menu.scss @@ -22,8 +22,6 @@ $dropdown-item-min-height: 36px; .dropdown-header { @include body-xs; - display: flex; - align-items: center; min-height: $dropdown-item-min-height; // a minimum height of 36px to be accessible for touch screens padding: var(--spacing-05) var(--spacing-06) var(--spacing-02) var(--spacing-04);