diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 6e8a6d209c..d8f28cc584 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1545,6 +1545,15 @@ pre > code { height: 100%; } +.sections-container { + > .section { + margin-bottom: 30px; + } + > .section:last-child { + margin-bottom: 0; + } +} + @media screen and (min-width: @screen-sm-min) { #global-search-panel { margin-top: 5px;