rsuite 5.37.0 → 5.37.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [5.37.1](https://github.com/rsuite/rsuite/compare/v5.37.0...v5.37.1) (2023-07-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **SelectPicker:** wrong padding for grouped options ([#3298](https://github.com/rsuite/rsuite/issues/3298)) ([e929f74](https://github.com/rsuite/rsuite/commit/e929f74273092855503f306f2e7e3362c716e574))
6
+
1
7
  # [5.37.0](https://github.com/rsuite/rsuite/compare/v5.36.0...v5.37.0) (2023-07-07)
2
8
 
3
9
  ### Bug Fixes
@@ -11,6 +11,10 @@
11
11
  .picker-menu-group-common(picker);
12
12
  .picker-menu-group-title(picker);
13
13
  .picker-menu-group-closed(picker);
14
+
15
+ .rs-picker-menu-group ~ [role='option'] > .rs-picker-select-menu-item {
16
+ padding-left: 26px;
17
+ }
14
18
  }
15
19
 
16
20
  // Menu item (the option)
@@ -12880,6 +12880,9 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
12880
12880
  -webkit-transform: rotate(-90deg);
12881
12881
  transform: rotate(-90deg);
12882
12882
  }
12883
+ .rs-picker-select-menu-items .rs-picker-menu-group ~ [role='option'] > .rs-picker-select-menu-item {
12884
+ padding-right: 26px;
12885
+ }
12883
12886
  .rs-picker-select-menu-item {
12884
12887
  display: block;
12885
12888
  padding: 8px 12px;