In my current project using Angular11 with material and ngx-skeleton-loader, I am facing an issue with styling loading bars. I am trying to remove all spacing between the bars, but setting the margin and padding to 0px does not completely eliminate the space. Although it is a small amount, I still want it to be gone. https://i.sstatic.net/WGLNN.png
Even after adding a theme with
'margin': '0px', 'padding': '0px'
, most of the spacing is cleared but not all of it. When inspecting the element using dev tools, it shows no margin or padding, yet the space persists:
https://i.sstatic.net/2mF3T.png
If anyone knows how to completely remove the space, I would greatly appreciate the help.
For reference, here is a stackblitz demonstration: https://stackblitz.com/edit/remove-space-between-loaders?file=src/app/app.component.html