From 47fe232c78fe18140e2720cc9fc413a99fb8d060 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 9 Aug 2019 11:31:27 +0300 Subject: [PATCH] summernote css fixes --- frontend/less/espo/custom.less | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 4dd8d065ac..bb9610b1e3 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1825,18 +1825,26 @@ table.less-padding td.cell[data-name="buttons"] > .btn-group { } -body .note-editor .panel-heading { +body .note-editor .panel-heading { > .btn-group { right: 0; top: 0; > .btn { - padding-bottom: 4px; + > i, + > span { + position: relative; + top: 1px; + } } > .btn-group { > .btn { - padding-bottom: 4px; + > i, + > span { + position: relative; + top: 1px; + } } }