Skip to content

Commit 7875978

Browse files
committed
Set padding and max-width since doc-viewer no longer has this default.
1 parent 9e2f897 commit 7875978

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

iron-component-page.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
}
7171
}
7272

73+
iron-doc-viewer:not([demo]) {
74+
padding: 5px 20px 20px 20px;
75+
max-width: 56em;
76+
}
77+
7378
#error-toast {
7479
background-color: var(--paper-red-600);
7580
}

0 commit comments

Comments
 (0)