Skip to content

Commit 784b95c

Browse files
committed
Update styles
2 parents 6932e67 + a08b017 commit 784b95c

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)