Here is an image of the screen I've developed with React Material UI tabs: https://i.sstatic.net/suzmB.png
The screen features two tab headings: Contribute component and Contribute idea. I am looking to reduce the size of these buttons without affecting the container holding the input fields (such as Select stack and Select Category). Additionally, I need to add spacing between the headers and the input fields. I have attempted using the style={{width:'50%}}
property but did not achieve the desired result. How can I make these adjustments?