Hi. This property does not add а space either side of the whole table. Explore this through Dev Tools of your browser to see what this space adds.I have managed to add space between the columns using the below, but it also adds space either side of the whole table. Is there any way to counteract that? Thank you.
grid-gap: 0 1em;
--
You can override this like that.
Code:
.card-body {padding: 0;}
margin-inline: -15px;
Statistics: Posted by Pavel-ww — Sun Apr 21, 2024 7:46 am