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.
@@ -13012,6 +13012,9 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
13012
13012
  -webkit-transform: rotate(-90deg);
13013
13013
  transform: rotate(-90deg);
13014
13014
  }
13015
+ .rs-picker-select-menu-items .rs-picker-menu-group ~ [role='option'] > .rs-picker-select-menu-item {
13016
+ padding-right: 26px;
13017
+ }
13015
13018
  .rs-picker-select-menu-item {
13016
13019
  display: block;
13017
13020
  padding: 8px 12px;