/** css to make an fselect word wrap instead of overflow
** use !important if needed to override facet's css
** ex. word-break: break-word !important;
**/
.fs-option-label {
white-space: normal;
}
.fs-option {
word-break: break-word;
}
Code snippets for FacetWP
/** css to make an fselect word wrap instead of overflow
** use !important if needed to override facet's css
** ex. word-break: break-word !important;
**/
.fs-option-label {
white-space: normal;
}
.fs-option {
word-break: break-word;
}