From 31293807f912f84f54fc21ed8baf7bd32311c337 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 13 Jul 2020 16:20:15 +0200 Subject: [PATCH] Use text-indent for input and select box text indentation since padding would break 100% width --- api/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 2227145d22..0c781ce502 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -484,7 +484,7 @@ ul.et2_selectbox { } /* padding between selectbox/textbox and it's label */ input, select { - padding-left: 5px; + text-indent: 5px; max-width: 99% !important; } .et2_selectbox li {