mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-7582] Fix dialog upload Ui issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user