Search code examples
admin-on-rest

How to align TextInput and SelectInput


I want to put a TextInput and a SelectInput in the same line. However it not align good.inline-block enter image description here


Solution

  • There is a certain amount of idiosyncrasy in how these Material UI components are structured. To pass style related props to underlying component use the elStyle property and customize the css values being given till they align.