freemium-survey-components 2.0.455 → 2.0.457
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 +2 -2
- package/lib/index.cjs.js +2 -2
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/bundle.css
CHANGED
|
@@ -3730,8 +3730,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3730
3730
|
}
|
|
3731
3731
|
}
|
|
3732
3732
|
#freshworks-survey-widget.align-center {
|
|
3733
|
-
display:
|
|
3734
|
-
|
|
3733
|
+
display: grid;
|
|
3734
|
+
place-content: center;
|
|
3735
3735
|
}
|
|
3736
3736
|
#freshworks-survey-widget.align-center .surveyserv-widget-container {
|
|
3737
3737
|
position: relative;
|