Skip to content

Commit b896622

Browse files
author
Sine Jespersen
committed
5715: add padding top
1 parent 1e49318 commit b896622

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/stories/Library/Modals/modal-profile/ModalProfile.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ export const ModalProfile: React.FC<ModalProfileProps> = ({
3838
/>
3939
<div className="modal-profile__notifications">
4040
{notifications.map((item, index) => (
41-
<div key={index} className="modal-profile__notification-item mx-32">
41+
<div
42+
key={index}
43+
className="modal-profile__notification-item mx-32 mt-32"
44+
>
4245
<ListDashboard
4346
title={item.title}
4447
number={item.number}

0 commit comments

Comments
 (0)