Skip to content

Commit c9aaf57

Browse files
Use the correct iframe width with resize buttons. Fix #226 (#225)
1 parent a6d58a1 commit c9aaf57

File tree

1 file changed

+1
-0
lines changed
  • pattern_library/static/pattern_library/src/scss/components

1 file changed

+1
-0
lines changed

pattern_library/static/pattern_library/src/scss/components/_iframe.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.iframe {
2+
box-sizing: content-box;
23
width: 100%;
34
border: 1px solid $light-grey;
45
margin: 20px 0;

0 commit comments

Comments
 (0)