You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a small float issue on the /showbag page caused by the ordering (and heights) of the staff picture list. Float always floats to after the tallest element on the previous row, so the current ordering of the elements stuffs up the wrapping.
Solution one: Reorder people so that (one of) the tallest element(s) on the first row is last.
Solution two: Use grid or flex and then cry because IE still exists.
The text was updated successfully, but these errors were encountered:
Hey SydJS guys,
I noticed a small float issue on the /showbag page caused by the ordering (and heights) of the staff picture list. Float always floats to after the tallest element on the previous row, so the current ordering of the elements stuffs up the wrapping.
Solution one: Reorder people so that (one of) the tallest element(s) on the first row is last.
Solution two: Use grid or flex and then cry because IE still exists.
The text was updated successfully, but these errors were encountered: