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