From e67ab0fd4d4666fe1f839eef13ae1ddcb50b0158 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 15 Oct 2025 12:56:15 +0300 Subject: [PATCH] whitespace removal --- client/res/templates/stream/panel.tpl | 4 ++-- frontend/less/espo/custom.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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);