From e2f0341eea343d5b43ed8d520ce49234b60afea9 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 21 Jul 2025 16:42:42 +0300 Subject: [PATCH] attachment box style fix --- frontend/less/espo/custom.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 0fee1d54f2..27579d8efe 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1987,11 +1987,11 @@ label.attach-file-label { } + .uploading-message { - display: inline-block; + display: block; margin-bottom: var(--3px); color: var(--gray-soft); - position: relative; - top: var(--minus-2px); + //position: relative; + //top: var(--minus-2px); } } @@ -3330,7 +3330,7 @@ table.table td.cell .html-container { color: @brand-danger; } .attachments { - width: 270px; + width: var(--300px); } .stream-post-preview {