- Fix taglist item's width in edit mode causes input field to jump into the second line

This commit is contained in:
Hadi Nategh 2018-06-21 15:51:59 +02:00
parent 9301a9c5b1
commit b1e105c9fb

View File

@ -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;