mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4467] Fix Upload File Widget layout (#4675)
* [ADF-4467] Fix Upload File Widget layout * [ADF-4467] Refactor content services upload button
This commit is contained in:
committed by
Eugenio Romano
parent
0e2e5e35a0
commit
9d0e9ec219
@@ -84,7 +84,7 @@ Associate an uploaded file with a Process Instance.
|
||||
Let's say we have an upload button as follows:
|
||||
|
||||
```html
|
||||
<div class="button-row">
|
||||
<div>
|
||||
<button mat-button color="accent" mat-mini-fab (click)="fileInput.click()">
|
||||
<mat-icon>attachment</mat-icon>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user