From 87bbb1914adc0a7d03ebdb69c378cd2bfb9077ac Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 4 Jan 2024 14:37:09 +0200 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index c51ac37728..1ec97fdac5 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -3005,7 +3005,16 @@ table.table-admin-panel { .note-editing-area { ul, ol { + margin-top: (@line-height-computed / 2); margin-bottom: (@line-height-computed / 2); + + &:first-child { + margin-top: 0; + } + + &:last-child { + margin-bottom: 0; + } } } }