You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why Card objects don't stretch to the browser screen such as if there was a setting limiting the max width. And finally, here, I got a solution. Thanks. (I'm not familiar in Frontend stuff though...)
Summary
It seems there always has to be a max-w applied. What if we are already wrapping the Card within a sized container like a grid cell?
Basic example
The default to be fluid (no max-width) and
size
unsetMotivation
This component becomes very hard to use in the way which it should be used, it shouldn't be forced to be a width-setting component.
The text was updated successfully, but these errors were encountered: