feat(grid): replace padding with gap
See original GitHub issuePrerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
I really like the Grid Component. The most often issue i have with this is the usage of the padding which i would like to discuss here.
Because of the usage of the padding for every column it is not possible to have left items at the containers left and the right items completly right, there will always be a small “gap” for the column’s content. Also removing the passing is not an option as then the space iin between of the items is gone.
So i played around with gap
a bit and i guess it could be an alternative by removing the column’s padding and replacing the style attributes to reflect the width accordantly.
Is this possible or is there any other solution for my problem?
Describe the Use Case
Text in a grid column should be possible to align at the containers border
Describe Preferred Solution
To be discussed
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (7 by maintainers)
Top GitHub Comments
Ok will go for this then 👍🏼
Sounds good. I am going to close this, but let me know if you have any questions.