Something went wrong while setting issue due date.
Docs: Coding Bug within docs
Closed
Docs: Coding Bug within docs
Created by: IamManchanda
Path --> /layout/grid/#how-it-works
Here is the bug
As per i see it , its doesn;t have to do anything with the framework but instead docs.min.css file with below styling
.bd-example-row-intro .container {
padding: 1px;
border: 1px solid rgba(217,83,79,.5);
}
.bd-example-row-intro .row {
padding: 1px;
border: 1px solid rgba(2,117,216,.5);
}
If padding: 1px;
is commented out, it will be back to the normal 15px
padding to left and right and will resolve the issue respectively