From 240a2cd150e6b1751db4bd6bbe128e721502b893 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 5 Aug 2019 15:47:19 +0200 Subject: [PATCH] Exclude link icon width from et2_url's width, avoiding unnecessary scrollbar --- api/templates/default/etemplate2.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index a68619b8c3..531eb2b1f8 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2671,11 +2671,14 @@ ul.et2_nowrap, div.et2_nowrap{ .et2_fullWidth, .et2_fullWidth span.et2_url_span { position: relative; } +span.et2_url_span input.et2_fullWidth { + width: calc(99% - 18px); +} .et2_fullWidth a.et2_url { position: absolute; height: 16px; right: -16px; - top: 8px; + top: 0px; } .et2_fullWidth input.et2_date_duration {