diff options
author | Ananya Sen | 2012-04-24 16:45:47 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-24 16:45:47 -0700 |
commit | a7548b4c53de8f42cb5e0fb1c054eba6f7c45afb (patch) | |
tree | d41e74e4ad4c213af6f05cdc26ad747874d56a92 /js/stage | |
parent | eab872829c14af251578f95c6f57509acbed660c (diff) | |
download | ninja-a7548b4c53de8f42cb5e0fb1c054eba6f7c45afb.tar.gz |
IKNINJA-1529 : zooming such that cursor position can be calculated accurately
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/stage-view.reel/stage-view.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css index b86c197a..10f80476 100755 --- a/js/stage/stage-view.reel/stage-view.css +++ b/js/stage/stage-view.reel/stage-view.css | |||
@@ -18,7 +18,7 @@ | |||
18 | } | 18 | } |
19 | 19 | ||
20 | .codeViewContainer>div{ | 20 | .codeViewContainer>div{ |
21 | width:2050px;/*to prevent scrolling of editor container in the middle of the page for short files*/ | 21 | width:2500px;/*to prevent scrolling of editor container in the middle of the page for short files*/ |
22 | } | 22 | } |
23 | 23 | ||
24 | /* OLD CSS for reference | 24 | /* OLD CSS for reference |