freemium-survey-components 2.0.466 → 2.0.468

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);
@@ -528,20 +529,15 @@ footer.survey-footer .custom-footer-content > p {
528
529
  footer.survey-footer .custom-footer-content.center {
529
530
  align-self: center;
530
531
  }
531
- footer.survey-footer .custom-footer-content.center p {
532
- text-align: center;
533
- }
534
532
  footer.survey-footer .custom-footer-content.left {
535
533
  align-self: flex-start;
536
534
  }
537
- footer.survey-footer .custom-footer-content.left p {
538
- text-align: start;
539
- }
540
535
  footer.survey-footer .custom-footer-content.right {
541
536
  align-self: flex-end;
542
537
  }
543
- footer.survey-footer .custom-footer-content.right p {
544
- text-align: end;
538
+ footer.survey-footer .custom-footer-content img {
539
+ width: -moz-fit-content;
540
+ width: fit-content;
545
541
  }
546
542
  footer.survey-footer.card-survey-style .footer-holder, footer.survey-footer.standard-survey-style .footer-holder {
547
543
  padding: 2px;