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; + } } }