freemium-survey-components 2.0.406 → 2.0.407

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
@@ -3935,6 +3935,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
3935
3935
  --wa-answers-bg: #d3ffc8;
3936
3936
  --wa-answers-color: #000;
3937
3937
  --wa-answers-radius: 6px;
3938
+ --wa-message-width: calc(100% - var(--wa-message-margin) - 2px);
3938
3939
  display: flex;
3939
3940
  flex-direction: column;
3940
3941
  overflow: hidden;
@@ -4075,6 +4076,13 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
4075
4076
  .whatsapp-container.instagram .answers {
4076
4077
  box-shadow: none;
4077
4078
  }
4079
+ .whatsapp-container .star-rating-wrapper {
4080
+ text-overflow: ellipsis;
4081
+ overflow: hidden;
4082
+ }
4083
+ .whatsapp-container .star-rating-wrapper svg {
4084
+ vertical-align: bottom;
4085
+ }
4078
4086
  .whatsapp-container .msg-container {
4079
4087
  margin-top: 80px;
4080
4088
  margin-left: 18px;
@@ -4117,6 +4125,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
4117
4125
  display: none !important;
4118
4126
  }
4119
4127
  .whatsapp-container .question-container {
4128
+ max-width: var(--wa-message-width);
4120
4129
  margin-right: var(--wa-message-margin);
4121
4130
  gap: 2px;
4122
4131
  display: flex;
@@ -4256,6 +4265,10 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
4256
4265
  flex-direction: row;
4257
4266
  flex-wrap: nowrap;
4258
4267
  }
4268
+ .whatsapp-container.instagram .choices.one-line .choice {
4269
+ max-width: -moz-fit-content;
4270
+ max-width: fit-content;
4271
+ }
4259
4272
  .whatsapp-container .choices {
4260
4273
  display: flex;
4261
4274
  flex-direction: column;
@@ -4276,6 +4289,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
4276
4289
  .whatsapp-container .choices.one-line .choice {
4277
4290
  width: -moz-fit-content;
4278
4291
  width: fit-content;
4292
+ max-width: var(--wa-message-width);
4279
4293
  }
4280
4294
  .whatsapp-container .choice {
4281
4295
  background-color: var(--wa-message-bg);