Home > Software engineering >  Textfields in a Grid not responsive when it is under a tab
Textfields in a Grid not responsive when it is under a tab

Time:10-05

I have a component under a tab and because of that it makes the Textfield not responsive when it is on a small screen. This is what the Textfield looks like in small screen sizes when I tried checking what it looks like in iphone 5/SE screen size.

enter image description here

How can I make this responsive? I have recreated this in Codesandbox Demo

  • Related