[ADF-3212] Upload version buttons wrapping fixed (#3492)

This commit is contained in:
davidcanonieto
2018-06-15 14:59:59 +01:00
committed by Eugenio Romano
parent 528d8e5855
commit 052668fddc
2 changed files with 8 additions and 11 deletions

View File

@@ -15,13 +15,9 @@
</mat-form-field>
</div>
<div>
<button mat-raised-button (click)="cancelUpload()" class="adf-cancel-button">{{
'ADF_VERSION_LIST.ACTIONS.UPLOAD.CANCEL'| translate }}
</button>
<div class="adf-version-upload-buttons">
<adf-upload-version-button
data-automation-id="adf-new-version-file-upload"
class="adf-new-version-file-upload"
staticTitle="{{ 'ADF_VERSION_LIST.ACTIONS.UPLOAD.TITLE' | translate }}"
[node]="node"
[disabled]="!canUpload()"
@@ -33,5 +29,8 @@
(success)="success.emit($event)"
(error)="error.emit($event)">
</adf-upload-version-button>
<button mat-raised-button (click)="cancelUpload()">{{
'ADF_VERSION_LIST.ACTIONS.UPLOAD.CANCEL'| translate }}
</button>
</div>