From 30fe255c88c0e64ce793cf985f2dfa1648703655 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Mon, 10 Jun 2013 09:57:18 -0700 Subject: [PATCH] Fireefox style fix --- src/style/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style/main.css b/src/style/main.css index 7b5a5c71..6a6d60e2 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -1116,5 +1116,10 @@ div.gitDemonstrationView { width: 100%; height: 100%; } + + div.canvasTerminalHolder > div.terminal-window-holder { + height: 80%; + margin: 7% 0; + } }