From 6644b6be772b3b6e4fa5659744fcc0cdb274a0a4 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Wed, 12 Apr 2017 15:40:30 +0900 Subject: [PATCH] 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 --- zun_ui/static/dashboard/container/containers/containers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zun_ui/static/dashboard/container/containers/containers.scss b/zun_ui/static/dashboard/container/containers/containers.scss index 8a49a8f..f9cd560 100644 --- a/zun_ui/static/dashboard/container/containers/containers.scss +++ b/zun_ui/static/dashboard/container/containers/containers.scss @@ -6,5 +6,5 @@ height: 500px; } textarea#output { - height: 10em; + height: 25em; } \ No newline at end of file