diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index fab0b16b92..c8d936b130 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1286,6 +1286,10 @@ section { margin-bottom: 0; } +.well { + padding: @well-padding; +} + .panel-body > div > .list-expanded { margin-left: -@panel-padding; margin-right: -@panel-padding; diff --git a/frontend/less/espo/variables.less b/frontend/less/espo/variables.less index 3a16c3f68b..c138e5f47e 100644 --- a/frontend/less/espo/variables.less +++ b/frontend/less/espo/variables.less @@ -190,3 +190,5 @@ @list-table-sm-screen-min-width: 592px; @notifications-panel-width: 640px; @global-search-panel-width: 600px; + +@well-padding: 14px;