From 08571e805a4e8ead0da380cc0dc08cdaf70f62b7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 10 Mar 2025 20:52:28 +0200 Subject: [PATCH] blockquote complex text margin --- frontend/less/espo/custom.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 36d9a63ae1..68004a5c66 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -2788,6 +2788,10 @@ table.table td.cell .html-container { margin-top: var(--line-height-computed-half); } + blockquote { + margin-bottom: var(--line-height-computed-half); + } + pre, blockquote { &:first-child {