.flex.flex-1.h-9.items-center.truncate{
    height: auto !important;
}
.flex.items-center > .truncate{
    overflow: auto !important;
    text-overflow: unset !important;
    white-space: unset !important;
}