The way to align text vertically

Hello. I had the same issue, I solved it with the following style:

tab_style = {
    "display": "flex",
    "justify-content": "center",
    "align-items": "center",
}
3 Likes