Skip to content

Commit 7cbe2ed

Browse files
authored
fix: auto adjust the output after resize the panel (#240)
1 parent 4d80bf9 commit 7cbe2ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/workbench/panel/style.scss

+5
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@
5050
min-width: 60px;
5151
}
5252
}
53+
54+
#{$output} {
55+
height: 100%;
56+
width: 100%;
57+
}

0 commit comments

Comments
 (0)