From 004c6143d4cf92c061045fdfbbdf6606bacec9e1 Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Wed, 5 Feb 2020 15:53:28 -0800 Subject: [PATCH 1/2] fix(notification): inline notification fits parent container (#5268) --- .../src/components/notification/_inline-notification.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/components/notification/_inline-notification.scss b/packages/components/src/components/notification/_inline-notification.scss index 43d067aac8ed..e278741864cc 100644 --- a/packages/components/src/components/notification/_inline-notification.scss +++ b/packages/components/src/components/notification/_inline-notification.scss @@ -29,6 +29,7 @@ min-height: rem(48px); min-width: rem(288px); max-width: rem(288px); + width: 100%; color: $inverse-01; margin-top: $carbon--spacing-05; margin-bottom: $carbon--spacing-05; From 0c8bc4d1b19789576cb707905272741ad058522e Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Thu, 6 Feb 2020 00:08:52 +0000 Subject: [PATCH 2/2] chore(project): sync generated files --- packages/components/docs/sass.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/docs/sass.md b/packages/components/docs/sass.md index cd826e89b02a..965e221b6744 100644 --- a/packages/components/docs/sass.md +++ b/packages/components/docs/sass.md @@ -18927,6 +18927,7 @@ Inline notification styles min-height: rem(48px); min-width: rem(288px); max-width: rem(288px); + width: 100%; color: $inverse-01; margin-top: $carbon--spacing-05; margin-bottom: $carbon--spacing-05;