Skip to content

Commit 4cc7f5a

Browse files
committed
Merge #console and #code styles
1 parent 1f02cc0 commit 4cc7f5a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

wasm/demo/src/style.css

+2-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ textarea {
33
resize: none;
44
}
55

6-
#code {
6+
#code,
7+
#console {
78
height: 30vh;
89
width: calc(100% - 3px);
910
}
@@ -13,11 +14,6 @@ textarea {
1314
height: 30vh !important;
1415
}
1516

16-
#console {
17-
height: 30vh;
18-
width: calc(100% - 3px);
19-
}
20-
2117
#run-btn {
2218
width: 6em;
2319
height: 2em;

0 commit comments

Comments
 (0)