From 4b9e733b94e8a952ac1f56d717d03c340d6b2e70 Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 1 Jun 2022 18:59:29 +0200 Subject: [PATCH] change .et2_fullWidth to 100% to right-align with new widgets --- api/templates/default/etemplate2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 48b9b9a822..56896a04ac 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -3302,7 +3302,7 @@ ul.et2_nowrap, div.et2_nowrap { */ .et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, et2_fullWidth.et2_file .et2_fullWidth textarea, .et2_fullWidth input.et2_link_entry { - width: 99%; + width: 100%; } /* position icons behind input */ @@ -3311,7 +3311,7 @@ ul.et2_nowrap, div.et2_nowrap { } span.et2_url_span input.et2_fullWidth { - width: calc(99% - 18px); + width: calc(100% - 18px); } .et2_fullWidth a.et2_url {