diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 2c5b75dc46..e470dada4a 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1064,7 +1064,7 @@ ul.et2_link_string { width: 23px; height: 23px; position: absolute; - right: 5px; + right: 0px; z-index: 5; background-color: white; background-repeat: no-repeat; @@ -1100,7 +1100,7 @@ div .et2_taglist_single div.ms-sel-ctn div.ms-sel-item { border: none; background: inherit; margin-bottom: 0px; - padding-bottom: 6px; + white-space: nowrap; overflow: hidden; } diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index f82096887f..e5c442f71a 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -898,6 +898,9 @@ background-image: url("../images/plus.svg"); background-size: 50%; } + .et2_taglist.et2_taglist_category { + max-height: 20px !important; + } /** * et2_toolbar */ diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 932b4cef5e..94e7bdeac0 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -887,6 +887,9 @@ background-image: url("../images/plus.svg"); background-size: 50%; } + .et2_taglist.et2_taglist_category { + max-height: 20px !important; + } /** * et2_toolbar */ diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 830923dc3b..dcaeaa32f2 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -864,6 +864,7 @@ textarea.description { background-image: url("../images/plus.svg"); background-size: 50%; } +.et2_taglist.et2_taglist_category {max-height: 20px !important;} /** * et2_toolbar diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 6581af84d0..c2ffb31146 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -909,6 +909,9 @@ background-image: url("../images/plus.svg"); background-size: 50%; } + .et2_taglist.et2_taglist_category { + max-height: 20px !important; + } /** * et2_toolbar */