[Grid] should have an option to remove padding
See original GitHub issueI had to use a custom CSS grid for the basic task to create this UI because semantic ui assumes that I need padding and margins in the grid. I’m not sure if it’s possible, but I think the grid system should either include a nopadding
class/option or not assume that it should add padding. If no option to disable this is present I think the padding should be created by containers/segments, but not the grid itself.
TLDR: Grid shouldn’t assume padding, but segments and containers should. Otherwise a class would be nice.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:59
- Comments:22 (2 by maintainers)
Top Results From Across the Web
Remove padding on the left and right of a grid system
I have a grid system with 10px padding between columns. But i don't want that padding on the left and right side of...
Read more >Remove the padding in Grid - MSDN - Microsoft
Hi all, I got Grid inside the listitem item template. I found by default some padding inside the grid, so the element inside...
Read more >Remove padding around photos but not between them
Simply go to Instagram Feed > Customize > Layout > Padding around Images around images and set this to 0. While there is...
Read more >Spacing - Bootstrap
0 - for classes that eliminate the margin or padding by setting it to 0; 1 - (by default) for classes that set...
Read more >The Grid | Foundation for Sites 6 Docs
To use the Float Grid in Foundation v6.4+, you need to: ... The .collapse class lets you remove column gutters (padding). ... An...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is what I use:
config/collections/grid.variables:
config/collections/grid.overrides:
Any interest in adding
compact
to Grid?