The column settings control in the table header is currently vertically misaligned.
As a result, it appears centered within the controls row instead of being pinned to the top, which looks visually incorrect and inconsistent with the rest of the layout.
A potential fix is to explicitly align the column settings wrapper to the top, for example by applying: align-self: flex-start; to the wrapper element.

