diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-02-26 18:34:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-26 18:34:13 +0100 |
| commit | df65449694e17a367e59b112c0cc12d66c387ca9 (patch) | |
| tree | 6a2589cb5cdc86bdcfe47f4b399f385c6a5ecbc7 /src/styles | |
| parent | 30fb1767715f347246368b7f2462ccfae9413330 (diff) | |
| parent | 495deb1815b465230d0831d0132e85ba207ac528 (diff) | |
Merge pull request #6 from tudelft-atlarge/bugfixes
Fixes for bugs in experiment simulation
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/main.less | 8 |
1 files changed, 7 insertions, 1 deletions
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; |
