diff options
-rwxr-xr-x | js/stage/stage-view.reel/stage-view.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css index 4cf5b2ab..2fc8fd15 100755 --- a/js/stage/stage-view.reel/stage-view.css +++ b/js/stage/stage-view.reel/stage-view.css | |||
@@ -17,6 +17,10 @@ | |||
17 | cursor:text; | 17 | cursor:text; |
18 | } | 18 | } |
19 | 19 | ||
20 | .codeViewContainer>div{ | ||
21 | width:2050px;/*to prevent scrolling of editor container in the middle of the page for short files*/ | ||
22 | } | ||
23 | |||
20 | /* OLD CSS for reference | 24 | /* OLD CSS for reference |
21 | #mainContent #codeMirror_1 { | 25 | #mainContent #codeMirror_1 { |
22 | height:100%; | 26 | height:100%; |