Skip to content

Commit 07fbc76

Browse files
committed
Fixing alignment issue with bottom notification
1 parent ac7b054 commit 07fbc76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ui/components/app/whats-new-popup/index.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
&__notifications {
33
display: flex;
44
flex-direction: column;
5-
align-items: center;
65
}
76

87
&__notification,
98
&__first-notification {
109
display: flex;
1110
flex-direction: column;
12-
align-items: left;
1311
margin: 0 24px 24px 24px;
1412
border-bottom: 1px solid $Grey-100;
1513
}

0 commit comments

Comments
 (0)