Dialog cards - How do I center text vertically?
Hello,
so far, I’ve been able to redesign everything I wanted. But there's one thing missing, and I just can’t find a simple solution for it:
How do I center text vertically?
By default, the text sits a bit above the middle, which bothers me. I can center it by adding empty lines as a workaround, but if I end up with 100 dialog cards, that would be really inconvenient.
I’ve already tried playing around with...
display: flex;
align-items: center;
vertical-align: middle;
...and applied them to different elements. But unfortunately, none of it worked.
Does anyone know a solution? That would be amazing! :-)