Skip to content
New issue

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

Title of event is not shown in agenda view in mobile view #277

Closed
vmario89 opened this issue Feb 18, 2024 · 3 comments
Closed

Title of event is not shown in agenda view in mobile view #277

vmario89 opened this issue Feb 18, 2024 · 3 comments

Comments

@vmario89
Copy link
Contributor

vmario89 commented Feb 18, 2024

Hi, the following little bug appears on mobile view. seems it happens when title is too long

Screenshot_20240218-225518_Firefox
Screenshot_20240218-225524_Firefox


We're using Polar.sh so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work. Fund with Polar
@vmario89
Copy link
Contributor Author

a fix for this in css is:

div.dhx_agenda_line > span {
	display: block ruby !important;
	text-overflow: ellipsis;
	overflow: hidden;
}

grafik

@niccokunzmann
Copy link
Owner

niccokunzmann commented Feb 19, 2024

@vmario89 Thanks for reporting this - would you like to create a Pull Request to add this to the style.css file?
https://github.com/niccokunzmann/open-web-calendar/blob/master/static/css/dhtmlx/style.css

It looks like a new issue could be made shortening the year date 2024 -> 24 possibly.

@niccokunzmann
Copy link
Owner

fixed in #281

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants