File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/shared/upload/uploader Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 (fileOver) ="fileOverBase($event) "
2020 class ="well ds-base-drop-zone mt-1 mb-3 text-muted ">
2121 < div class ="text-center m-0 p-2 d-flex justify-content-center align-items-center " *ngIf ="uploader?.queue?.length === 0 ">
22- < span >
23- < i class ="fas fa-upload " aria-hidden ="true "> </ i >
22+ < span class =" d-flex align-items-center " >
23+ < i class ="fas fa-upload pr-1 " aria-hidden ="true "> </ i >
2424 {{dropMsg | translate}}{{'uploader.or' | translate}}
2525 < label for ="inputFileUploader-{{uploaderId}} " class ="btn btn-link m-0 p-0 ml-1 " tabindex ="0 " (keyup.enter) ="$event.stopImmediatePropagation(); fileInput.click() ">
2626 < span role ="button " [attr.aria-label] ="ariaLabel | translate "> {{'uploader.browse' | translate}}</ span >
You can’t perform that action at this time.
0 commit comments