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
This happens every few pixels as I resize the browser. Saturday and Sunday become extra wide, and the layout gets very weird.
The text was updated successfully, but these errors were encountered:
This seems to be an issue with the way IE rounds calc(). Using 99.99% instead of 100% fixes the issue:
.fc-calendar .fc-row > div, .fc-calendar .fc-head > div { width: calc(99.99%/7); }
Sorry, something went wrong.
refer #24 nothing is certain yet, you can try this also.
No branches or pull requests
This happens every few pixels as I resize the browser. Saturday and Sunday become extra wide, and the layout gets very weird.
The text was updated successfully, but these errors were encountered: