Resizing SOL console

Makes no changes to how the
console currently looks, but makes
overriding the css height of the
terminal easier.

Resolves openbmc/phosphor-webui#8

Change-Id: Ie198462eaf42578c848fe9285c3065ef6e26b1b2
Signed-off-by: beccabroek <beccabroek@gmail.com>
diff --git a/app/server-control/styles/remote-console.scss b/app/server-control/styles/remote-console.scss
index 41b144d..d9aa40c 100644
--- a/app/server-control/styles/remote-console.scss
+++ b/app/server-control/styles/remote-console.scss
@@ -33,12 +33,14 @@
 
 .terminal-container {
   position: relative;
-  height: 25em;
   width: 100%;
 }
 
 .window-terminal-container {
   position: relative;
-  height: 25em;
   max-width: 70em;
 }
+
+#terminal{
+  height:25em;
+}