From dbd68d78ccc4b389ba11117585d5d7e4aed3233d Mon Sep 17 00:00:00 2001 From: josdejong Date: Tue, 18 Feb 2014 13:25:58 +0100 Subject: [PATCH] Fixed content overflow of ItemRange --- src/timeline/component/css/item.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/timeline/component/css/item.css b/src/timeline/component/css/item.css index aa3aface..e482b0e0 100644 --- a/src/timeline/component/css/item.css +++ b/src/timeline/component/css/item.css @@ -55,7 +55,8 @@ -moz-border-radius: 5px; /* For Firefox 3.6 and older */ } -.vis.timeline .item.range { +.vis.timeline .item.range, +.vis.timeline .item.rangeoverflow{ border-style: solid; border-width: 1px; border-radius: 2px; @@ -63,12 +64,8 @@ box-sizing: border-box; } -.vis.timeline .item.rangeoverflow { - border-style: solid; - border-width: 1px; - border-radius: 2px; - -moz-border-radius: 2px; /* For Firefox 3.6 and older */ - box-sizing: border-box; +.vis.timeline .item.range { + overflow: hidden; } .vis.timeline .item.range .content,