From 562fa03c6cc5acc5fa52c16fb00ae84187db1607 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 12 Jan 2018 16:42:45 +0200 Subject: [PATCH] list in panel margin bottom fix --- frontend/less/espo/custom.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 7477f3bdc6..035ebf169e 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -669,6 +669,11 @@ table.no-margin { border-color: #e0e0e0; } +.panel-body > .list-container > .list > div.show-more { + display: inline-block; + width: 100%; +} + .panel-body > div:first-child > .list-expanded:first-child { margin-top: -@panel-padding; }