.o_bottom_sheet .o_bottom_sheet_sheet {
    .o-dropdown-item {
        .oe_stat_button[name="action_view_project_ids"] {
            > .o_stat_info {
                flex-direction: column;

                > .o_row {
                    display: flex;
                    gap: inherit;
                    padding-block: map-get($spacers, 1);
                    align-items: baseline;
                }
            }
        }
    }
}