fix bug when icon blocks input text on small devices with small viewports

This commit is contained in:
cnohall 2024-09-06 16:25:13 +09:00
parent 3380378ec6
commit f1f64c277c

View File

@ -129,7 +129,7 @@
.full-width-input { .full-width-input {
width: 100%; width: 100%;
margin: 10px 0; margin: 10px 0;
padding: 10px; padding: 10px 40px 10px 10px;
text-align: center; text-align: center;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 5px; border-radius: 5px;