We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to make this view responsive?
The text was updated successfully, but these errors were encountered:
For resourceTimelineMonth only:
resourceTimelineMonth
.ec-timeline.ec-resource-month-view .ec-time, .ec-timeline.ec-resource-month-view .ec-line { width: 150px; flex-grow: 1; } .ec-timeline.ec-resource-month-view .ec-main { flex-grow: 1; } .ec-timeline.ec-resource-month-view .ec-header .ec-day { flex-direction: row; }
You can notice that in this case the 150px value works as a minimum column width.
Sorry, something went wrong.
With this settings, events are not "responsive" . I set this css to resouceTimelineDay but it works same in month and week.
resouceTimelineDay
No branches or pull requests
Is it possible to make this view responsive?
The text was updated successfully, but these errors were encountered: