freemium-survey-components 2.0.440 → 2.0.442

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
@@ -5028,6 +5028,20 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
5028
5028
  .whatsapp-container .choices.multi-choice .choice button {
5029
5029
  white-space: normal;
5030
5030
  }
5031
+ .whatsapp-container .choices.reply-buttons {
5032
+ margin: 0;
5033
+ display: flex;
5034
+ flex-direction: row;
5035
+ flex-wrap: wrap;
5036
+ }
5037
+ .whatsapp-container .choices.reply-buttons .reply-button {
5038
+ width: -moz-fit-content;
5039
+ width: fit-content;
5040
+ max-width: 100%;
5041
+ }
5042
+ .whatsapp-container .choices.reply-buttons .reply-button:only-child {
5043
+ flex: 1 1 100%;
5044
+ }
5031
5045
  .whatsapp-container .choices.one-line {
5032
5046
  flex-direction: unset;
5033
5047
  flex-wrap: wrap;
@@ -5122,6 +5136,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
5122
5136
  .facebook-container .facebook-wrapper * {
5123
5137
  font-family: "SF Pro Text", "Inter", sans-serif;
5124
5138
  scrollbar-width: none;
5139
+ text-align: left !important;
5125
5140
  }
5126
5141
  .facebook-container .facebook-wrapper .mobile {
5127
5142
  position: relative;