From c3a0bdb0af1db149efb86b1a8f6b14cb695831cf Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Mon, 23 Apr 2012 12:33:24 -0700 Subject: fixed ugly scroll coming in the middle of the page for a short file Signed-off-by: Ananya Sen --- js/stage/stage-view.reel/stage-view.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js') 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 @@ cursor:text; } +.codeViewContainer>div{ + width:2050px;/*to prevent scrolling of editor container in the middle of the page for short files*/ +} + /* OLD CSS for reference #mainContent #codeMirror_1 { height:100%; -- cgit v1.2.3