freemium-survey-components 2.0.411 → 2.0.413
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 +7 -0
- package/lib/index.cjs.js +2 -2
- package/lib/index.esm.js +2 -2
- package/package.json +1 -1
- package/freemium-survey-components-2.0.399.tgz +0 -0
package/lib/bundle.css
CHANGED
|
@@ -380,6 +380,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-checkbox-group butt
|
|
|
380
380
|
border: 1px solid var(--button-focus-color, var(--default-button-focus-color));
|
|
381
381
|
border-radius: 4px;
|
|
382
382
|
transition: all 0.2s ease-in-out;
|
|
383
|
+
word-break: break-word;
|
|
384
|
+
overflow-wrap: break-word;
|
|
383
385
|
}
|
|
384
386
|
.fsc-dropdown-base .fsc-dropdown-trigger .fsc-dropdown-select-icon {
|
|
385
387
|
display: grid;
|
|
@@ -412,6 +414,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-checkbox-group butt
|
|
|
412
414
|
}
|
|
413
415
|
|
|
414
416
|
.fsc-dropdown-content {
|
|
417
|
+
word-break: break-word;
|
|
418
|
+
overflow-wrap: break-word;
|
|
415
419
|
gap: 8px;
|
|
416
420
|
padding: 8px;
|
|
417
421
|
overflow: auto;
|
|
@@ -2464,6 +2468,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
2464
2468
|
.freemium-survey-components.card-survey-style .page-container {
|
|
2465
2469
|
width: var(--fsc-question-width);
|
|
2466
2470
|
margin-bottom: 12px;
|
|
2471
|
+
display: flex;
|
|
2472
|
+
flex-direction: column;
|
|
2473
|
+
max-width: 100%;
|
|
2467
2474
|
}
|
|
2468
2475
|
|
|
2469
2476
|
@media (max-width: 550px) {
|