Team can we override the css of gantt, because during initial load of the gantt we can see the styling issues in the gantt so when we tried overriding widths and heights of some classes it is not getting effected.Can we achieve or not.Thank you
I was talking regarding the possibility of overriding the CSS for certain classes, such as smart-timeline-header-content, smart-timeline-splitter-item, and so on.
Yes, you can define CSS classes and put additional styles to them. I would suggest you to extend instead of override, because when you override you can break the component’s layout.