We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbfefa commit a08b017Copy full SHA for a08b017
src/file-uploader/file-uploader.stories.ts
@@ -24,7 +24,7 @@ import { NotificationService } from "../notification/notification.service";
24
[(files)]="files">
25
</ibm-file-uploader>
26
27
- <br><div [id]="notificationId" style="width: 300px"></div>
+ <div [id]="notificationId" style="width: 300px; margin-top: 20px"></div>
28
<button ibmButton *ngIf="files && files.size > 0" (click)="onUpload()">
29
Upload
30
</button>
0 commit comments