Issue 3426 - Aligning the browse button

(cherry picked from commit ddafda33b8)
This commit is contained in:
andreaNeki
2024-10-22 13:29:05 -03:00
committed by github-actions[bot]
parent 930d8ef8e0
commit 1c8c5de570

View File

@@ -19,8 +19,8 @@
(fileOver)="fileOverBase($event)"
class="well ds-base-drop-zone mt-1 mb-3 text-muted">
<div class="text-center m-0 p-2 d-flex justify-content-center align-items-center" *ngIf="uploader?.queue?.length === 0">
<span>
<i class="fas fa-upload" aria-hidden="true"></i>
<span class="d-flex align-items-center">
<i class="fas fa-upload pr-1" aria-hidden="true"></i>
{{dropMsg | translate}}{{'uploader.or' | translate}}
<label for="inputFileUploader-{{uploaderId}}" class="btn btn-link m-0 p-0 ml-1" tabindex="0" (keyup.enter)="$event.stopImmediatePropagation(); fileInput.click()">
<span role="button" [attr.aria-label]="ariaLabel | translate">{{'uploader.browse' | translate}}</span>