Commit db45bd17 authored by Nick Poulden's avatar Nick Poulden
Browse files

Small inline example style tweaks

parent 1b05fee9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>'
            });
+1 −0
Original line number Diff line number Diff line
@@ -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