Skip to content
Advertisement

Add text between two textfield in material ui

I tried to add a text between the two textfield but somehow the text is not properly aligned with the two textfield

JavaScript

The text is not aligned with the textfield

Reference: https://codesandbox.io/s/m43tj?file=/demo.js:0-719

Advertisement

Answer

In this root class, which is your form’s container, add the following style:

JavaScript

Hope this helped =)

Advertisement