-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
QCalendarDay
slowly grows in width
#385
Comments
Yes, I am aware of this. Thanks for the reproduction. I'll look into a way of resolving this when I have some extra time (which is severely limited right now) |
Have you thought about replacing all the inline styles (width/height) with a grid layout? In the past I had a case where I could not figure out how to fix a similar problem (probably some annoying floating-points). |
I have thought about this. There is lots of work to be done, but I am plagued with back issues again and can barely sit in a chair. |
Have anyone found a workaround for this issue? |
Add a parent component (div) with a fixed height and width. |
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again. |
1 similar comment
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again. |
Codesandbox to reproduce: https://codesandbox.io/s/affectionate-dhawan-fuu3yr?file=/src/pages/Index.vue
Describe the bug
Under some weird conditions the component grows from its initial width to the maximal width permitted by the parent/CSS.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The component should have a fixed width and stay at that width
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: