From 73f626504412b5c416bc4afd2bf0be7d198f86be Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Thu, 12 Nov 2015 11:31:38 -0600 Subject: [PATCH] docs(components): modal items should not be inside div Closes #480 --- .../component-docs/modals/basic/modal-content.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/demos/component-docs/modals/basic/modal-content.html b/demos/component-docs/modals/basic/modal-content.html index 99aa54b778..d6e7fba833 100644 --- a/demos/component-docs/modals/basic/modal-content.html +++ b/demos/component-docs/modals/basic/modal-content.html @@ -25,14 +25,12 @@

{{character.quote}}

-
- - {{item.title}} - - {{item.note}} - - -
+ + {{item.title}} + + {{item.note}} + +