Recently, while working on an Angular project with Bootstrap 4, I came across a unique issue. It seems that the framework automatically adds some left margin when using the .col
class. Despite trying to remove this margin, even the inspector is showing it as none
.
Check out this screenshot for reference.
Any advice on how to tackle this problem?