diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index d112ba9fce..b3192dc00e 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1020,10 +1020,9 @@ ul.et2_link_string { padding-right: 0; } .et2_taglist div.ms-ctn input { - padding: 3px 5px; + padding: 3px 0px; min-width:20px; - max-width: 93% !important; - box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); + border: 1px solid rgba(0, 0, 0, 0.1); } .et2_taglist .ms-res-ctn .ms-res-item { diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index dc046ff98c..a44602e336 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -903,7 +903,7 @@ background-size: 50%; } .et2_taglist.et2_taglist_category { - max-height: 20px !important; + max-height: 30px !important; } /** * et2_toolbar diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 46ec40f151..f3f3d8999c 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -892,7 +892,7 @@ background-size: 50%; } .et2_taglist.et2_taglist_category { - max-height: 20px !important; + max-height: 30px !important; } /** * et2_toolbar diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index f3eada40de..4875409c2c 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -869,7 +869,7 @@ textarea.description { background-image: url("../images/plus.svg"); background-size: 50%; } -.et2_taglist.et2_taglist_category {max-height: 20px !important;} +.et2_taglist.et2_taglist_category {max-height: 30px !important;} /** * et2_toolbar diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index d0032458bf..48a3a36add 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -914,7 +914,7 @@ background-size: 50%; } .et2_taglist.et2_taglist_category { - max-height: 20px !important; + max-height: 30px !important; } /** * et2_toolbar