survey-react 1.9.107 → 1.9.108

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.107
2
+ * surveyjs - Survey JavaScript library v1.9.108
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -2625,6 +2625,9 @@ button.sv-action-bar-item {
2625
2625
  overflow: hidden;
2626
2626
  visibility: hidden;
2627
2627
  }
2628
+ .sv-action--hidden .sv-action__content {
2629
+ min-width: fit-content;
2630
+ }
2628
2631
 
2629
2632
  .sv-action__content {
2630
2633
  display: flex;