Loading template/app/view/examples/Inline.js +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ Ext.define('Docs.view.examples.Inline', { showPreview: function(callback, scope) { if (!this.previewInitialized) { this.add({ bodyPadding: 10, bodyPadding: '0 10', cmpName: 'preview', html: '<iframe id="' + this.getIframeId() + '" style="width: 100%; height: 100%; border: 0"></iframe>' }); Loading template/resources/sass/viewport.scss +1 −0 Original line number Diff line number Diff line Loading @@ -736,6 +736,7 @@ a { background: $docs-text-color; } } } .inline-example-cmp { margin-bottom: 10px; // add padding to make right scrollbar visible padding-right: 25px; // Inline example component buttons Loading Loading
template/app/view/examples/Inline.js +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ Ext.define('Docs.view.examples.Inline', { showPreview: function(callback, scope) { if (!this.previewInitialized) { this.add({ bodyPadding: 10, bodyPadding: '0 10', cmpName: 'preview', html: '<iframe id="' + this.getIframeId() + '" style="width: 100%; height: 100%; border: 0"></iframe>' }); Loading
template/resources/sass/viewport.scss +1 −0 Original line number Diff line number Diff line Loading @@ -736,6 +736,7 @@ a { background: $docs-text-color; } } } .inline-example-cmp { margin-bottom: 10px; // add padding to make right scrollbar visible padding-right: 25px; // Inline example component buttons Loading