This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Description
Hi,
When using responsive API, resizing the screen keeps a margin right on the element wrapped
<div fxLayout="row wrap"
fxLayoutAlign="start stretch"
fxLayoutGap="20px">
<div fxFlex="calc(20% - 20px)"
fxFlex.lt-md="0 0 calc(33.33% - 20px)">
1
</div>
<div fxFlex="calc(20% - 20px)"
fxFlex.lt-md="0 0 calc(33.33% - 20px)" >
2
</div>
<div fxFlex="calc(20% - 20px)"
fxFlex.lt-md="0 0 calc(33.33% - 20px)" >
3
</div>
<div fxFlex="calc(20% - 20px)"
fxFlex.lt-md="0 0 calc(33.33% - 20px)" >
4
</div>
<div fxFlex="calc(20% - 20px)"
fxFlex.lt-md="0 0 calc(33.33% - 20px)" >
5
</div>
</div>

