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

Widget.asItem has a fixed height #52

Open
Orasund opened this issue Mar 18, 2021 · 1 comment
Open

Widget.asItem has a fixed height #52

Orasund opened this issue Mar 18, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Orasund
Copy link
Owner

Orasund commented Mar 18, 2021

Due to #30 the Widget.asItem function does not work properly. Easy way to fix this is to
add

Customize.mapContent 
  (Customize.element [Element.height Element.shrink])

to Material.cardColumn. This should be included by default. Though it might break something, I don't know at this point. Currently I only have time to report, not to fix.

@Orasund Orasund added the bug Something isn't working label Mar 18, 2021
@Orasund Orasund added this to the 3.0.1 milestone Mar 18, 2021
Orasund added a commit that referenced this issue Mar 18, 2021
Orasund added a commit that referenced this issue Mar 18, 2021
@Orasund
Copy link
Owner Author

Orasund commented Mar 18, 2021

Implemented Hotfix in 3.0.1. I will keep this issue open until it is fully resolved

@Orasund Orasund modified the milestones: 3.0.1, 3.0.2 Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant