survey-react 1.9.97 → 1.9.98

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.9.97
2
+ * surveyjs - Survey JavaScript library v1.9.98
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
  */
@@ -3335,9 +3335,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3335
3335
 
3336
3336
  .sd-dropdown_chevron-button {
3337
3337
  position: absolute;
3338
- height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3339
- inset-inline-end: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3340
- inset-block-start: calc(50% - (1.5 * var(--sjs-base-unit, var(--base-unit, 8px))));
3338
+ width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3339
+ top: 0;
3340
+ bottom: 0;
3341
+ inset-inline-end: 0;
3342
+ display: flex;
3343
+ justify-content: center;
3344
+ align-items: center;
3345
+ padding-inline-end: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3341
3346
  }
3342
3347
 
3343
3348
  .sd-dropdown_clean-button-svg {