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
|
mat-button
|
||||||
*ngIf="canShowCancelAll()"
|
*ngIf="canShowCancelAll()"
|
||||||
(click)="toggleConfirmation()"
|
(click)="toggleConfirmation()"
|
||||||
|
class="adf-upload-dialog__actions-stop-all-btn"
|
||||||
>{{ 'ADF_FILE_UPLOAD.BUTTON.STOP_ALL' | translate }}</button>
|
>{{ 'ADF_FILE_UPLOAD.BUTTON.STOP_ALL' | translate }}</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -77,7 +77,10 @@
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
& > button {
|
& > button {
|
||||||
|
width: auto;
|
||||||
|
min-width: 40px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
padding: 0 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user