.dropdown .btn.dropdown-toggle:not(.btn-outline) {
    /* necessary because default bootstrap 5 css from Blasorise adds border: none; which ends up with visibly smaller dropdowns when used in <Addons> */
    border: 1px solid transparent;
}