The worst part is that they're using CSS `display: table-cell`, which suggests someone somewhere *almost* understood this once upon a time.
But, the pseudo "table" and "table-row" element classes have since changed to Flexbox, which defeats the purpose, and cancels out the CSS layout for the table-cell.
This is a typical of code-generating LLM (like Copilot) that might "improve" or "modernize" a component by applying Flexbox.