Topic: Removing div padding from flex-box grid
St Clair Clarke pro asked 7 years ago
Edyta Dabrowska free answered 7 years ago
.p-2
if you don't want the padding. The only thing it does is to add padding.
.d-flex
class creates a flexbox container and transform direct children elements into flex items.
.flex-row
class sets children items horizontally like in a row.
.flex-column
class sets children items vertically like in a column.
More rules can be found here.
St Clair Clarke pro answered 7 years ago
Edyta Dabrowska free answered 7 years ago
.p-2
class is adding the padding, so you need to remove it.
Regarding a scroll-bar, right now you can base on this. We will think about adding scrollbar component in the future.
St Clair Clarke pro answered 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No