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/dist/rsuite.css CHANGED
@@ -13028,6 +13028,9 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
13028
13028
  -webkit-transform: rotate(90deg);
13029
13029
  transform: rotate(90deg);
13030
13030
  }
13031
+ .rs-picker-select-menu-items .rs-picker-menu-group ~ [role='option'] > .rs-picker-select-menu-item {
13032
+ padding-left: 26px;
13033
+ }
13031
13034
  .rs-picker-select-menu-item {
13032
13035
  display: block;
13033
13036
  padding: 8px 12px;