.dropdown-toggle {
    white-space: inherit;
}
.dropdown-menu {
    --bs-dropdown-min-width: 13rem;
    min-width: var(--bs-dropdown-min-width);
}
.dropdown-item {
    white-space: inherit;
}
