survey-react 1.11.2 → 1.11.3

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/defaultV2.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.11.2
2
+ * surveyjs - Survey JavaScript library v1.11.3
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
  */
@@ -3602,6 +3602,10 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
3602
3602
  box-sizing: content-box;
3603
3603
  }
3604
3604
 
3605
+ .sd-row--multiple .sd-question--table.sd-element--nested > .sd-question__content {
3606
+ padding-right: calc(var(--sd-base-padding) + 2px);
3607
+ }
3608
+
3605
3609
  .sd-question--scroll {
3606
3610
  overflow-x: scroll;
3607
3611
  }
@@ -7784,7 +7788,7 @@ svg.sd-action--icon {
7784
7788
  }
7785
7789
 
7786
7790
  .sv-header__content--static {
7787
- max-width: calc(88 * (var(--sjs-base-unit, var(--base-unit, 8px))));
7791
+ max-width: calc(90 * (var(--sjs-base-unit, var(--base-unit, 8px))));
7788
7792
  margin-left: auto;
7789
7793
  margin-right: auto;
7790
7794
  }
@@ -8132,25 +8136,20 @@ sv-components-container,
8132
8136
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--footer:not(.sd-question--answered) {
8133
8137
  display: none;
8134
8138
  }
8135
- .sd-root-modern.sd-root-modern--mobile .sd-table__cell::before {
8139
+ .sd-root-modern.sd-root-modern--mobile .sd-table__responsive-title {
8136
8140
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
8137
- content: attr(data-responsive-title);
8138
8141
  font-weight: 600;
8139
8142
  display: block;
8140
8143
  text-align: left;
8141
8144
  }
8145
+ .sd-root-modern.sd-root-modern--mobile .sd-table__responsive-title .sv-string-viewer {
8146
+ white-space: normal;
8147
+ }
8142
8148
  .sd-root-modern.sd-root-modern--mobile .sd-table--no-header {
8143
8149
  padding-top: 0;
8144
8150
  }
8145
- .sd-root-modern.sd-root-modern--mobile .sd-table--no-header .sd-table__cell::before {
8146
- content: none;
8147
- }
8148
- .sd-root-modern.sd-root-modern--mobile .sd-matrix__cell::before,
8149
- .sd-root-modern.sd-root-modern--mobile .sd-table__cell--actions::before,
8150
- .sd-root-modern.sd-root-modern--mobile .sd-table__cell--row-text::before,
8151
- .sd-root-modern.sd-root-modern--mobile .sd-table__cell--footer-total::before,
8152
- .sd-root-modern.sd-root-modern--mobile .sd-table__cell--error::before {
8153
- content: none;
8151
+ .sd-root-modern.sd-root-modern--mobile .sd-table--no-header .sd-table__responsive-title {
8152
+ display: none;
8154
8153
  }
8155
8154
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--detail-panel {
8156
8155
  padding-top: 0;