freemium-survey-components 2.0.466 → 2.0.467

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/bundle.css CHANGED
@@ -186,6 +186,7 @@ span.fsc-input-helper {
186
186
  transform: scale(1);
187
187
  transform-origin: center;
188
188
  transition: transform var(--fsc-transition-duration);
189
+ word-break: break-word;
189
190
  }
190
191
  .fsc-checkbox-group button.checkbox-button-value svg path {
191
192
  fill: var(--button-text-color, #fff);