diff --git a/client/res/templates/stream/panel.tpl b/client/res/templates/stream/panel.tpl index 6202ebd750..c31d01a13b 100644 --- a/client/res/templates/stream/panel.tpl +++ b/client/res/templates/stream/panel.tpl @@ -3,7 +3,7 @@
- {{#if allowInternalNotes}} + {{~#if allowInternalNotes~}} - {{/if}} + {{~/if~}}
{{{attachments}}} diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index c62510b5e9..87a7ef6cb2 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -3415,7 +3415,7 @@ table.table td.cell .html-container { .post-container { .internal-mode-switcher { color: var(--text-muted-color); - margin-left: var(--10px); + margin-left: var(--14px); display: inline-block; position: relative; top: var(--2px);