.fh-option-label {
white-space: normal !important;
 -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

label.fh-option-label span {
 word-break: break-word;
}