Skip to content

Commit a08b017

Browse files
Update src/file-uploader/file-uploader.stories.ts
Co-Authored-By: youda97 <[email protected]>
1 parent 8bbfefa commit a08b017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file-uploader/file-uploader.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { NotificationService } from "../notification/notification.service";
2424
[(files)]="files">
2525
</ibm-file-uploader>
2626
27-
<br><div [id]="notificationId" style="width: 300px"></div>
27+
<div [id]="notificationId" style="width: 300px; margin-top: 20px"></div>
2828
<button ibmButton *ngIf="files && files.size > 0" (click)="onUpload()">
2929
Upload
3030
</button>

0 commit comments

Comments
 (0)