diff options
author | Jonathan Duran | 2012-05-08 13:48:38 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-08 13:48:38 -0700 |
commit | 7248949e27486992a03a26b636f22a5e476b1424 (patch) | |
tree | 0fe93ca6d217ed2bdac635e7ba3727dc6c870198 /js/panels/Timeline/TimelinePanel.reel/scss | |
parent | 4f1693b953befabf4495df668f542c7f52270864 (diff) | |
download | ninja-7248949e27486992a03a26b636f22a5e476b1424.tar.gz |
Update timeline CSS to allow longer layer labels by default
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/scss')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss index 716ee3d3..43c6b7f4 100644 --- a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss +++ b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | |||
@@ -48,7 +48,7 @@ | |||
48 | position:absolute; | 48 | position:absolute; |
49 | } | 49 | } |
50 | .tl_leftpane{ | 50 | .tl_leftpane{ |
51 | min-width: 200px; | 51 | min-width: 210px; |
52 | max-width: 500px; | 52 | max-width: 500px; |
53 | position: relative; | 53 | position: relative; |
54 | overflow: hidden; | 54 | overflow: hidden; |