kjintroverted / solid-kitchen

Recipe and meal plan organizer built on solid pods.
0 stars 0 forks source link

fix coumn width #14

Closed kjintroverted closed 2 years ago

kjintroverted commented 2 years ago

styled width value needs to be width: ${ props => props.width }; to allow dynamic styling.

the column used in meal plan will need the attr width="100%"