diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 677ebdbbe0..b58c3cb289 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -845,7 +845,8 @@ div.et2_link_entry input.ui-autocomplete-input { width: 100%; } .et2_link_entry.no_app input.ui-autocomplete-input { - width: 100%; + width: calc(100% - 22px); + padding-right: 16px } .et2_link_entry.no_app select { display: none; @@ -856,7 +857,7 @@ div.et2_link_entry input.ui-autocomplete-input { border: none; position: relative; top: 3px; - left: -26px; + left: -18px; cursor: pointer; margin-top: -3px; }