From b1e105c9fbb86bc9e1562321998f950f904c6983 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 21 Jun 2018 15:51:59 +0200 Subject: [PATCH] - Fix taglist item's width in edit mode causes input field to jump into the second line --- 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 0afe7fc9d0..290fda9d7b 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1007,9 +1007,9 @@ ul.et2_link_string { background-position: 0px -10px; background-size: cover; background-repeat: no-repeat; - margin: 2px 10px 0 2px; + margin: 2px 6px 0 2px; } -.et2_taglist div.ms-sel-ctn span.ms-check-btn {margin: 2px 10px 0 10px;} +.et2_taglist div.ms-sel-ctn span.ms-check-btn {margin: 2px 0px 0 6px;} .et2_taglist .ms-res-ctn { position:absolute; background: #FFF;