From 7e71b0bf63f4801dc21afcab8a361eea71a59e50 Mon Sep 17 00:00:00 2001 From: rpanic Date: Tue, 19 Mar 2019 18:44:49 +0100 Subject: [PATCH] Fixed layout issues on Firefox --- src/main/resources/frontend/index.html | 2 +- src/main/resources/frontend/monaco/styles/index.css | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/main/resources/frontend/index.html b/src/main/resources/frontend/index.html index 8f3dcf6..36aa698 100644 --- a/src/main/resources/frontend/index.html +++ b/src/main/resources/frontend/index.html @@ -30,7 +30,7 @@ -->
-
+
diff --git a/src/main/resources/frontend/monaco/styles/index.css b/src/main/resources/frontend/monaco/styles/index.css index 325155b..2321aab 100644 --- a/src/main/resources/frontend/monaco/styles/index.css +++ b/src/main/resources/frontend/monaco/styles/index.css @@ -25,14 +25,21 @@ right: 0; */ margin-top: 1em; width: 100%; - /* height: 83%; */ height: 100%; } .containerRow{ - height: 74%; + height: 88%; } .submit{ margin-top: 0.6em; +} + +.ui.one.column.grid{ + height: 80%; +} + +.ui.two.column.stackable.grid{ + height: 23%; } \ No newline at end of file