From 281ae27da4af4de39ff945e8e7233af26d379cca Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 27 May 2025 10:14:36 +0300 Subject: [PATCH] ERP-417 --- erp24/views/write_offs_erp/_form.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/erp24/views/write_offs_erp/_form.php b/erp24/views/write_offs_erp/_form.php index bc85a844..00547af4 100644 --- a/erp24/views/write_offs_erp/_form.php +++ b/erp24/views/write_offs_erp/_form.php @@ -76,6 +76,10 @@ JS width: 10%; } + .list-cell__imageFiles, .list-cell__videoFiles, { + padding-right: 60px; + } +
@@ -259,7 +263,7 @@ JS 'class' => 'videos' ], 'pluginOptions' => [ - 'showPreview' => false, + 'showPreview' => false, 'showCaption' => true, 'showRemove' => true, 'showUpload' => false, -- 2.39.5