zun-ui/zun_ui/static/dashboard/container/containers/containers.scss
Shu Muto 6644b6be77 Increase the height of output area.
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
2017-04-12 15:40:30 +09:00

10 lines
115 B
SCSS

.logs {
margin-top: 18px;
}
.console {
margin-top: 10px;
height: 500px;
}
textarea#output {
height: 25em;
}