From 0a44b50f2ff6ec46d35f897496d4c0328bded419 Mon Sep 17 00:00:00 2001 From: my9074 <313231068@qq.com> Date: Mon, 26 Sep 2016 10:44:35 +0800 Subject: [PATCH] Modify ui-ace height --- frontend/css/swarm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/swarm.css b/frontend/css/swarm.css index fd22d2ef..3308e5d9 100644 --- a/frontend/css/swarm.css +++ b/frontend/css/swarm.css @@ -1291,6 +1291,6 @@ md-menu-item > a.md-button { } .ace_editor { - height : 400px; + height : 600px; width: 580px; } \ No newline at end of file