From 1beebb8fdc04cedb4f0dcbf850f21058d002dddb Mon Sep 17 00:00:00 2001 From: my9074 <313231068@qq.com> Date: Mon, 26 Sep 2016 10:44:35 +0800 Subject: [PATCH 1/2] Modify ui-ace height --- frontend/css/swarm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/css/swarm.css b/frontend/css/swarm.css index fd22d2ef..ca984da6 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; - width: 580px; + height : 600px; + width: 50%; } \ No newline at end of file From 6cc3981928fa6352a9ff18b2dc520e79fa050d43 Mon Sep 17 00:00:00 2001 From: Zhou Weitao Date: Mon, 26 Sep 2016 14:53:47 +0800 Subject: [PATCH 2/2] Update swarm.css --- frontend/css/swarm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/css/swarm.css b/frontend/css/swarm.css index ca984da6..ebafa298 100644 --- a/frontend/css/swarm.css +++ b/frontend/css/swarm.css @@ -1292,5 +1292,5 @@ md-menu-item > a.md-button { .ace_editor { height : 600px; - width: 50%; -} \ No newline at end of file + width: 80%; +}