I have spent a lot of time trying to understand why I am unable to vertically align the text inside these cells. I have tried multiple solutions:
align-items: center;
vertical-align: middle;
justify-content: center;
justify-items: center;
Unfortunately, none of these methods seem to be working. I have attempted placing them in the containers and directly in the cells themselves without any success. It is puzzling because I have another table with a completely different structure that uses flex and it works perfectly. I'm feeling lost.
Here is the fiddle link where I am attempting to vertically align the cells containing text. Can anyone provide a solution that actually works? What am I missing?