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 {