Skip to content

Commit a50ae39

Browse files
committed
Theme: Restore iframe width 100 rule
Follows-up 71a9ea9. The browser default is 300px, so without this rule, pages like https://qunitjs.com/browser/ show a very crammed demo for no apparent reason.
1 parent f44724e commit a50ae39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/amethyst.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ hr {
145145
}
146146

147147
iframe {
148+
// Override browser default width of 300px
149+
width: 100%;
148150
max-width: 100%;
149151
border: 1px solid #ddd;
150152
border-radius: 3px;

0 commit comments

Comments
 (0)