I am currently working on an admin page that involves querying and reporting on the page weights of key pages on a website, such as landing pages. Bootstrap 4 is in the pipeline, and I have utilized it to design a layout that I am satisfied with. However, I have encountered an issue where the text in a cell is not vertically aligned for each row. I can easily align the text to the right using the following code:
.cell { text-align: right; }
However, I am also looking to achieve vertical alignment. Considering Bootstrap 4 utilizes flexbox, I am wondering if there is a way to vertically align text in a cell using flex. You can find my example on CodePen