diff --git a/client/res/templates/email/fields/person-string-data/list-for-expanded.tpl b/client/res/templates/email/fields/person-string-data/list-for-expanded.tpl index 5a49e598e2..4b3ff9a1eb 100644 --- a/client/res/templates/email/fields/person-string-data/list-for-expanded.tpl +++ b/client/res/templates/email/fields/person-string-data/list-for-expanded.tpl @@ -1,4 +1,7 @@ {{value}} \ No newline at end of file + + diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 8160f170f7..689d8ad7fe 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -336,6 +336,10 @@ div.list-expanded > ul > li > div.expanded-row > .cell:first-child { margin-right: 5px; } +.cell span + span.list-icon-container { + margin-left: 3px; +} + .list > ul.list-group > li.list-row .cell > span.glyphicon.pull-right { margin-left: 5px; margin-top: 4px;