-
Notifications
You must be signed in to change notification settings - Fork 772
fxLayout="row" fxLayoutWrap fxLayoutGap="10px" gives an offset starting at the 2nd line #108
Comments
@maxime1992 - Different issue than #106. In this case |
@ThomasBurleson - Given the way elements wrap, wouldn't it make more sense to use You would end up with consistent behavior for both wrap & wrap-reverse |
Resolved with f35c58f |
I tried to upgrade from 2.0.0-beta.1 to 2.0.0-beta.4 and the problem is still here on my end. Take a look to the previous Plunkr : https://plnkr.co/edit/f44sdpW159qKSGvWkWm5?p=preview so Plunkr is using the latest version and the gap issue is still here. I think this issue should be re opened. |
For a quick workaround, I added CSS rule This needs a fix and should be reopened. |
@d3viant0ne - f35c58f does not address issues manifesting when fxLayoutWrap is used.
|
* `margin-right` be used with `fxLayout="row" fxLayoutWrap fxLayoutGap` combinations * `margin-bottom` be used with `fxLayout="column" fxLayoutWrap fxLayoutGap` combinations fixes #108
* `margin-right` be used with `fxLayout="row" fxLayoutWrap fxLayoutGap` combinations * `margin-bottom` be used with `fxLayout="column" fxLayoutWrap fxLayoutGap` combinations fixes #108
* `margin-right` be used with `fxLayout="row" fxLayoutWrap fxLayoutGap` combinations * `margin-bottom` be used with `fxLayout="column" fxLayoutWrap fxLayoutGap` combinations fixes #108
* `margin-right` be used with `fxLayout="row" fxLayoutWrap fxLayoutGap` combinations * `margin-bottom` be used with `fxLayout="column" fxLayoutWrap fxLayoutGap` combinations fixes #108
* `margin-right` be used with `fxLayout="row" fxLayoutWrap fxLayoutGap` combinations * `margin-bottom` be used with `fxLayout="column" fxLayoutWrap fxLayoutGap` combinations fixes #108
* `margin-right` be used with `fxLayout="row" fxLayoutWrap fxLayoutGap` combinations * `margin-bottom` be used with `fxLayout="column" fxLayoutWrap fxLayoutGap` combinations fixes #108.
…ons (angular#148) * `margin-right` be used with `fxLayout="row" fxLayoutWrap fxLayoutGap` combinations * `margin-bottom` be used with `fxLayout="column" fxLayoutWrap fxLayoutGap` combinations fixes angular#108.
how to set margin top and bottom |
Any fix for this? Using 2.0 rc1 doesn't resolve. |
?? having the same issue? any fixes for this? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
https://plnkr.co/edit/f44sdpW159qKSGvWkWm5?p=preview
(probably) related to #106 except that here the layout is set to
row
The text was updated successfully, but these errors were encountered: