How I can put my icon next to or within the input field?
The problem is, the icon changes the form. Usually, it\'s like this:
But when I\'m adding the icon
You can achieve it using the below code, just updated the CSS as per your requirement. It is a responsive design, it will work for all the devices.
CODE
Output:
If you are looking for below output
With icon
If you are using the ICON you need to add the style as well for alignment
.infoIcon {
line-height: 3rem;
}