diff --git a/stories/input-group.stories.js b/stories/input-group.stories.js
index 2db54b3..8df11c5 100644
--- a/stories/input-group.stories.js
+++ b/stories/input-group.stories.js
@@ -10,10 +10,9 @@ export default {
export const Default = () => ({
template: hbs`
-
+
-
@@ -28,25 +27,20 @@ export const Playground = () => ({
@isStacked={{isStacked}}
@isResponsive={{isResponsive}}
@hasAutoWidth={{hasAutoWidth}}
+ class="m-b-30"
>
-
+
-
-
`,
context: {
label: text('label', 'Label', argument),