From 5a6d3c4534b061748d25e3d8d557531fb680f9b8 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 5 Aug 2016 12:47:29 -0700 Subject: [PATCH] fix iframes example line breaks --- examples/iframes/index.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/iframes/index.js b/examples/iframes/index.js index d637c56bf..2130d9449 100644 --- a/examples/iframes/index.js +++ b/examples/iframes/index.js @@ -191,13 +191,8 @@ class Iframes extends React.Component { return (
-

This editor is rendered inside of an - iframe element, and everything works as usual! This is - helpful for scenarios where you need the content to be rendered in an - isolated, for example to create a "live example" with a specific set - of stylesheets applied.

-

In this example's case, we've added - Bootstrap's CSS to the iframe for default styles:

+

This editor is rendered inside of an iframe element, and everything works as usual! This is helpful for scenarios where you need the content to be rendered in an isolated, for example to create a "live example" with a specific set of stylesheets applied.

+

In this example's case, we've added Bootstrap's CSS to the iframe for default styles:

{this.renderToolbar()}