... to allow it to scale properly when used with other components
Description
Removed the width property for the component so it takes the whole width of the container that holds it, so when used in other pages it scales properly.
Fixes # (issue)
When working on the issue #143 we realized that the width was wrong as the component was taking a width of 30% of it's container.
How to test?
Run storybook:
All the components should take the width of the screen, as shown in the picture:
Please provide a short summary how your changes can be tested?
Checklist
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] This PR is ready to be merged and not breaking any other functionality
... to allow it to scale properly when used with other components
Description
Removed the width property for the component so it takes the whole width of the container that holds it, so when used in other pages it scales properly.
Fixes # (issue)
When working on the issue #143 we realized that the width was wrong as the component was taking a width of 30% of it's container.
How to test?
Run storybook:
All the components should take the width of the screen, as shown in the picture:
Please provide a short summary how your changes can be tested?
Checklist