Skip to content

Commit d9673eb

Browse files
authored
feat: add default height for Repl component (vuejs#109)
1 parent c57258a commit d9673eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Repl.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,12 @@ provide('preview-options', props.previewOptions)
101101
--color-branding-dark: #416f9c;
102102
--header-height: 38px;
103103
104+
height: 100%;
105+
margin: 0;
106+
overflow: hidden;
104107
font-size: 13px;
105108
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
106109
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
107-
margin: 0;
108-
overflow: hidden;
109110
background-color: var(--bg-soft);
110111
}
111112

0 commit comments

Comments
 (0)