freemium-survey-components 2.0.379 → 2.0.381

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
@@ -3633,13 +3633,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
3633
3633
 
3634
3634
  @media (max-width: 550px) {
3635
3635
  .freemium-survey-components.standard-survey-style .page-actions {
3636
- flex-wrap: wrap;
3637
3636
  gap: 8px;
3638
- justify-content: center;
3639
- align-items: center;
3637
+ justify-content: space-between;
3638
+ align-items: flex-end;
3640
3639
  }
3641
3640
  .freemium-survey-components.standard-survey-style .page-actions .page-action-buttons {
3642
- justify-content: center;
3641
+ justify-content: space-between;
3643
3642
  flex-wrap: wrap;
3644
3643
  gap: 8px;
3645
3644
  align-items: center;
@@ -3675,13 +3674,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
3675
3674
  }
3676
3675
  }
3677
3676
  .freemium-survey-components.standard-survey-style.mobile-preview .page-actions {
3678
- flex-wrap: wrap;
3679
3677
  gap: 8px;
3680
- justify-content: center;
3681
- align-items: center;
3678
+ justify-content: space-between;
3679
+ align-items: flex-end;
3682
3680
  }
3683
3681
  .freemium-survey-components.standard-survey-style.mobile-preview .page-actions .page-action-buttons {
3684
- justify-content: center;
3682
+ justify-content: space-between;
3685
3683
  flex-wrap: wrap;
3686
3684
  gap: 8px;
3687
3685
  align-items: center;