From bdbfbdabf1af85d8e796a95ae67e7077e765dcf4 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 23 May 2025 11:24:30 +0300 Subject: [PATCH] complex text table css fix --- frontend/less/espo/custom.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index b81a52415a..fa9422e1ce 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -2767,7 +2767,7 @@ table.table td.cell .html-container { font-weight: normal; } - h5, h6 { + h5, h6 { margin-top: calc(var(--line-height-computed) / 2); margin-bottom: calc(var(--line-height-computed) / 2); } @@ -2845,6 +2845,10 @@ table.table td.cell .html-container { border: var(--1px) solid var(--default-border-color); vertical-align: top; } + + + table { + margin-top: var(--line-height-computed); + } } }