Use text-indent for input and select box text indentation since padding would break 100% width

This commit is contained in:
Hadi Nategh 2020-07-13 16:20:15 +02:00
parent 29e0514d52
commit 31293807f9

View File

@ -484,7 +484,7 @@ ul.et2_selectbox {
} }
/* padding between selectbox/textbox and it's label */ /* padding between selectbox/textbox and it's label */
input, select { input, select {
padding-left: 5px; text-indent: 5px;
max-width: 99% !important; max-width: 99% !important;
} }
.et2_selectbox li { .et2_selectbox li {