/*
 ----------------------------------------------------------


This is the panel-specific .css file for the panel defined in class WPSRequestBuilderPanel

The panel's html will be contained in a <div class='gs-panel-WPSRequestBuilderPanel'>

Your css selectors should look like this to avoid modifying styles outside the panel:

.gs-panel-WPSRequestBuilderPanel ...specific css selector... {
      ... styling ...
}


 ----------------------------------------------------------
*/
.gs-panel-WPSRequestBuilderPanel .gs-form-group div > label,
.gs-panel-WPSRequestBuilderPanel .gs-form-group div > label + span {
      word-break: break-all;
}