The "enabled" column was aligned to the center, which looked weird when seen on small screens because the `table-for-mobile` class (which I think was added by accident) shows `th` and `td` elements using `display: block`. Besides, using `display: block` on these elements means browsers don't identify them as table headings/cells anymore, causing accessibility issues.