From ec01288930cc68796f2e4986cd66abcbb4bde4f0 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 20 Dec 2017 12:51:16 +0200 Subject: [PATCH] css --- 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 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;