1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

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 {
width: 100%;
margin: 10px 0;
padding: 10px;
padding: 10px 40px 10px 10px;
text-align: center;
border: 1px solid #ccc;
border-radius: 5px;