survey-react 1.9.134 → 1.9.136

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/modern.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.134
2
+ * surveyjs - Survey JavaScript library v1.9.136
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -4039,6 +4039,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
4039
4039
  white-space: nowrap;
4040
4040
  }
4041
4041
 
4042
+ .sv-list__item-text--wrap span {
4043
+ white-space: normal;
4044
+ word-wrap: break-word;
4045
+ }
4046
+
4042
4047
  .sv-list__container {
4043
4048
  position: relative;
4044
4049
  display: flex;