Custom slotHeight for resourceTimelineWeek #581
Unanswered
jammerbundb
asked this question in
Q&A
Replies: 4 comments 2 replies
|
Hello, Can you please show on a screenshot the height of which element you are asking about? |
0 replies
0 replies
|
In theory, you could increase the padding in this CSS rule .ec-timeline .ec-sidebar .ec-resource span {
padding-top: 8px;
height: fit-content;
}but I tested it and for some reason, it doesn't always work well. I'd try to fix it, but I'm currently working on a completely new layout that eliminates these issues. If you can, I recommend waiting for the new release in the next couple of weeks and taking advantage of the benefits it offers. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Hi,
I know that according to the docs, setting
slotHeightis not supported forresourceTimelineWeek,but is there any workaround to increase the standard slot height for this view?
Thank you.
All reactions