dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

Default Card width / height to 100% #1693

Closed tomdye closed 3 years ago

tomdye commented 3 years ago

Enhancement

Currently the Card implementation adapts it size according to it's content. It would be better if it defaulted to take up all available space. This would allow us to easily contain a card via a wrapping dom node etc or to use it to display full-width content.