Skip to content

Commit 919a429

Browse files
committed
Editor: iframe sized by content not forced 100%
1 parent 5f9604e commit 919a429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
justify-content: center;
7474
}
7575
#preview-area canvas { display: block !important; }
76-
#preview-area iframe { width: 100%; height: 100%; border: none; display: block; flex-shrink: 0; }
76+
#preview-area iframe { border: none; display: block; }
7777

7878
#preview-placeholder { color: #555; font-size: 13px; text-align: center; line-height: 2.2; }
7979
#preview-placeholder kbd {

0 commit comments

Comments
 (0)