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.
@@ -12896,6 +12896,9 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
12896
12896
  -webkit-transform: rotate(90deg);
12897
12897
  transform: rotate(90deg);
12898
12898
  }
12899
+ .rs-picker-select-menu-items .rs-picker-menu-group ~ [role='option'] > .rs-picker-select-menu-item {
12900
+ padding-left: 26px;
12901
+ }
12899
12902
  .rs-picker-select-menu-item {
12900
12903
  display: block;
12901
12904
  padding: 8px 12px;