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
You are correct. There does seem to be issues when mixing elements like this though floating all left is not really the answer as it is still favourable to have the last column float right to make sure that the edge aligns due to browsers different rounding behaviours.
I think I have worked out the solution to this. Can you try the following and see if that works well for you:
Replace the following in cutegrids.css:
Love cute grids, but I've encountered an issue when you mix and match elements for the grid. For example:
Perhaps instead of having the last-of-type be float right, they should all just float left?
The text was updated successfully, but these errors were encountered: