Make inputs adjust

Hey guys, as you see in the first picture, the college name is larger causing it to mash against the other words. Meanwhile, in the second pic, due to the words being less, it looks normal. How do I make it so that the college name input automatically adjusts in space based on how large or small the name is?


You have to make all of the text within the same element like a text element. If these are inputs then there is currently no way to make it resize without CSS. The only other option is to make it on multiple lines so there is nothing for it to overlap.

This topic was automatically closed after 70 days. New replies are no longer allowed.