Skip to content

Commit 3bfb4cc

Browse files
authored
fix(Notification): add full width for notification content (#390)
1 parent c913bb2 commit 3bfb4cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/Notification/Notification.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ $notificationSideActionsOffset: $notificationSideActionsWidth + 8px;
117117
}
118118

119119
&__content {
120+
width: 100%;
121+
120122
font-size: 13px;
121123
line-height: 18px;
122124
color: var(--g-color-text-complementary);

0 commit comments

Comments
 (0)