Fixes:  The regression is due a recent change I made to the SelectControl component: https://github.com/twentyhq/twenty/pull/8125. The SelectControls get applied `text-align: center` due to the styles `react-datepicker` applies to the header component. My grid implementation makes the label take all the available width. I could have let it take an `auto` width, but I think it's better to set the `text-align` property and ensure the `SelectControl` component behaves predictably.
Run yarn dev while server running on port 3000