Move ACL full selector template to subfolder

- Fix display overflow in contact complete suggestion box
This commit is contained in:
Hypolite Petovan
2020-09-03 09:58:07 -04:00
parent 3d455645e7
commit a844fd8f58
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@
acl.initialize();
let suggestionTemplate = function (item) {
return '<div><img src="' + item.micro + '" alt="" style="float: left; width: auto; height: 2.8em; margin-right: 0.5em;"> <strong>' + item.name + '</strong><br /><em>' + item.addr + '</em></div>';
return '<div><img src="' + item.micro + '" alt="" style="float: left; width: auto; height: 2.8em; margin-right: 0.5em;"><p style="margin-left: 3.3em;"><strong>' + item.name + '</strong><br /><em>' + item.addr + '</em></p></div>';
};
$acl_allow_input.tagsinput({