TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Weaver Card hardcodes width as a style. #451

Closed kaladay closed 2 years ago

kaladay commented 2 years ago

This prevents other apps that need to set the width via CSS from doing so.

style="width: 18rem;" could be converted to use an @Input() width or placed in the CSS.