diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index e2b98174a5..54640e27a1 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -154,8 +154,9 @@ img.image-preview { .header-title, h3 { - margin-bottom: var(--7px); + margin-bottom: var(--2px); font-size: var(--22px); + line-height: 1.5; font-weight: 400; a { @@ -265,6 +266,8 @@ img.image-preview { .breadcrumb-item, .breadcrumb-separator { display: inline-block; + + line-height: 1.5; } min-height: 1.2em; }