From bbd12973022d9b532a098b409aef7ba99c10a018 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 5 Aug 2015 09:38:41 +0300 Subject: [PATCH] attachment block --- frontend/client/src/views/fields/attachment-multiple.js | 2 +- frontend/less/espo/custom.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/client/src/views/fields/attachment-multiple.js b/frontend/client/src/views/fields/attachment-multiple.js index 43dab2e4cb..9f866568a4 100644 --- a/frontend/client/src/views/fields/attachment-multiple.js +++ b/frontend/client/src/views/fields/attachment-multiple.js @@ -317,7 +317,7 @@ Espo.define('views/fields/attachment-multiple', 'views/fields/base', function (D var line = '
' + name + '
'; names.push(line); } - var string = previews.join('') + names.join(', '); + var string = previews.join('') + names.join(''); return string; } diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 0d5d12ec15..646a13ddbd 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -583,7 +583,7 @@ td.cell-buttons > .btn-group { } .attachment-block { - display: inline-block; + display: block; vertical-align: top; }