Long label shifts layout

hello,

i need a CSS fix to hide long labels in the timeline view. i’ve given the label a ‘white-space: nowrap’ but then
the layout is shifted to the right. see screenshot… doh.

is there a way to fix the first table cell? there is a inline style ‘width: 200px’ but it is ignored… dunno why!?

please halp! :wink:

best regards!


Hello,

You can change a width of column with labels by ‘dx’ property of createTimelineView method
docs.dhtmlx.com/scheduler/api__s … eview.html

docs.dhtmlx.com/scheduler/snippet/3ae1b86e

Making the columns wider is not the solution i’m looking for.
The text should just be hidden (maybe with overflow: elipsis).

Any other hints to get this work with CSS?