facetwp css to wrap fselect

/** 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;
}