From e81f04c649f5c9982ca29ba4aa7964b59aef4c49 Mon Sep 17 00:00:00 2001 From: Nicholas Sandonato Date: Tue, 8 Nov 2016 13:12:41 -0500 Subject: [PATCH] Add style to notifications to match bluemix-components demo page (#219) --- .storybook/components/NotificationStory.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.storybook/components/NotificationStory.js b/.storybook/components/NotificationStory.js index 40ee22825b77..0949b525ea61 100644 --- a/.storybook/components/NotificationStory.js +++ b/.storybook/components/NotificationStory.js @@ -11,6 +11,7 @@ const notificationProps = { subtitle: 'subtitle', caption: 'caption', iconDescription: 'describes the close button', + style: { minWidth: '30rem', marginBottom: '.5rem' }, }, inline: { onCloseButtonClick: action('onCloseButtonClick'),