diff --git a/editor/assets/stylesheets/main.scss b/editor/assets/stylesheets/main.scss index 7e0b4e8af3957f..0f86e94064f95d 100644 --- a/editor/assets/stylesheets/main.scss +++ b/editor/assets/stylesheets/main.scss @@ -50,6 +50,10 @@ body.toplevel_page_gutenberg { max-width: 100%; } + iframe { + width: 100%; + } + @include break-small() { padding-top: $header-height; } diff --git a/post-content.js b/post-content.js index 185280888e2c57..a627fe0a7ef66e 100644 --- a/post-content.js +++ b/post-content.js @@ -40,10 +40,6 @@ window._wpGutenbergPost = { '
Try selecting and removing or editing the caption, now you don\'t have to be careful about selecting the image or other text by mistake and ruining the presentation.
', '', - '', - '', - '', - '', 'Prima ridens denique his te, ferri illum volumus an his. Eu vel dicat homero qualisqu, vitae regione deserunt vis ei. Graeci incorrupte liberavisse no mea, saepe voluptaria usu ex, vis dicant euismod id. At dolor reprimique eos, quo altera detraxit moderatius id. Quo iudico utinam eu, ad alia munere mel.
', '', + '', + 'export default function MyButton() {\n\
+ return <Button>Click Me!</Button>;\n\
+}
',
+ '',
+
'',
'',
'',
@@ -149,11 +151,21 @@ window._wpGutenbergPost = {
'Version | Musician | Date |
---|---|---|
4.4 | Clifford Brown | December 8, 2015 |
4.5 | Coleman Hawkins | April 12, 2016 |
4.6 | Pepper Adams | August 16, 2016 |
4.7 | Sarah Vaughan | December 6, 2016 |
export default function MyButton() {\n\
- return <Button>Click Me!</Button>;\n\
-}
',
- '',
+ '',
+ '