Timeline - compact row height?

The general row height for timeline view is good (in terms of a single event) however I need to make it more compact depending on the screen size. Seems like no props exist to adjust this, has anyone played around with the mobi css to make the timeline rows (events and resources) more “compact”?

Hello @jwl :wave:

You can find an example of how you can modify the row height with CSS on our demo page: https://demo.mobiscroll.com/timeline/timeline-resource-height#.

1 Like

@Zsombor thanks for the reply, is it possible that solution is out of date? I couldn’t fine the .md-timeline-height class with latest mobi version but this ended up working:

.mbsc-timeline-resource,
.mbsc-timeline-row {
height: 110px !important;
}