[ACS-7582] Fix dialog upload Ui issues

This commit is contained in:
Tomasz Nastaly
2024-04-18 10:08:03 +02:00
parent 3b6e7e87a2
commit 13975cf136
2 changed files with 4 additions and 0 deletions
@@ -91,6 +91,7 @@
mat-button
*ngIf="canShowCancelAll()"
(click)="toggleConfirmation()"
class="adf-upload-dialog__actions-stop-all-btn"
>{{ 'ADF_FILE_UPLOAD.BUTTON.STOP_ALL' | translate }}</button>
<button
@@ -77,7 +77,10 @@
padding: 1em;
& > button {
width: auto;
min-width: 40px;
text-transform: uppercase;
padding: 0 16px;
}
}
}