
We might face the above issue in the website .
We can use this solution to resolve this issue.
solution:
To solve the issue we we can use the CSS property
white-space: nowrap;
example:
.facets-items-collection-view-row{
white-space: nowrap;
}

We might face the above issue in the website .
We can use this solution to resolve this issue.
solution:
To solve the issue we we can use the CSS property
white-space: nowrap;
example:
.facets-items-collection-view-row{
white-space: nowrap;
}