Align TextInput and Toggle in Grid
Does anyone know of a way to align a TextInput and a Toggle in the same row? By default both get aligned to the top, but due to the different height, it looks bad. I have played around with adding additional tailwind classes to either the Grid or Toggle, but nothing seems to work.
2 Replies
Don’t think you can align them if you are using inline for the toggle
Use
->inline(false)