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
This style results the variants attached each other without any spaces.
Which not looking good and hard to read. also it doesn't wraps when they are many.
.page-product .product__variants .variant ul {
align-items: center;
display: flex;
}
This style results the variants attached each other without any spaces.
Which not looking good and hard to read. also it doesn't wraps when they are many.
So it should be something like this.
The text was updated successfully, but these errors were encountered: