6644b6be77
It is better to increase the height of output area since the output couldn't fit into the box at majority cases. Change-Id: Ia8dbb2c3985eca7125575de803f7c5fa749558b2
10 lines
115 B
SCSS
10 lines
115 B
SCSS
.logs {
|
|
margin-top: 18px;
|
|
}
|
|
.console {
|
|
margin-top: 10px;
|
|
height: 500px;
|
|
}
|
|
textarea#output {
|
|
height: 25em;
|
|
} |