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