Skip to content

Commit c275c58

Browse files
committed
Fix terminal view dimensions while loading page.
1 parent 6c8441e commit c275c58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/presentation/editor-page/components/TerminalDisplay.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export default {
5353
visibility: visible;
5454
display: inline-block;
5555
margin: 26px 0 0 20px;
56-
width: auto;
57-
height: auto;
56+
width: 800px;
57+
height: 500px;
5858
padding: 1px 2px;
5959
box-shadow: 0 0 10px #666;
6060
background-color: var(--color-background);

0 commit comments

Comments
 (0)