From d3b9ebd5d79ca42d816d75bfb4bb19fcb2f1f9a8 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 26 Feb 2017 16:46:41 +0100 Subject: Fix experiment list overflow --- src/styles/main.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/main.less b/src/styles/main.less index bb560c5b..ee7e56aa 100644 --- a/src/styles/main.less +++ b/src/styles/main.less @@ -993,6 +993,12 @@ a:hover { font-weight: bold; } + .list-body { + max-height: 200px; + overflow-y: auto; + overflow-x: hidden; + } + .experiment-row { background: #f8f8f8; border: 1px solid #b6b6b6; @@ -1074,7 +1080,7 @@ a:hover { .window-body { width: 100%; - height: 340px; + height: 500px; padding: 10px; -- cgit v1.2.3