diff options
author | Jonathan Duran | 2012-02-06 21:09:25 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-06 21:09:25 -0800 |
commit | 68f6af70818652821507881daf0abd2e8b6d5d27 (patch) | |
tree | 164ab373e7df6b3e911f4874378c61dbf0ccfaab /js/panels/Timeline | |
parent | 151b895d743b7e662fdb13c83051a3127fc952de (diff) | |
download | ninja-68f6af70818652821507881daf0abd2e8b6d5d27.tar.gz |
Fix resized going off screen by giving layer gutter a max width of 500
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css b/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css index 0a73705a..f5fb9378 100644 --- a/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css +++ b/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css | |||
@@ -27,6 +27,7 @@ | |||
27 | } | 27 | } |
28 | .tl_leftpane{ | 28 | .tl_leftpane{ |
29 | min-width: 200px; | 29 | min-width: 200px; |
30 | max-width: 500px; | ||
30 | position: relative; | 31 | position: relative; |
31 | overflow: hidden; | 32 | overflow: hidden; |
32 | -webkit-box-flex: 0; | 33 | -webkit-box-flex: 0; |