How do I align a form input vertically centered within a grid?
✅ SolvedForm builder
As per title, I have a form element that should be aligned center, but because it's not, looks quite odd.
Solution
Best thing you can do is use ->extraAttributes() to add a margin top to the component. There’s no feasible way to do this through php because aligning center will not always work if you have descriptions or errors.