rsuite 4.9.4 → 4.10.0

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.
@@ -19850,11 +19850,12 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
19850
19850
  border-style: solid;
19851
19851
  border-width: 0;
19852
19852
  border-color: #f2f2f5;
19853
- display: block;
19854
19853
  overflow: hidden;
19855
19854
  position: absolute;
19856
19855
  white-space: normal;
19857
19856
  background: #fff;
19857
+ display: table;
19858
+ table-layout: fixed;
19858
19859
  }
19859
19860
  .rs-table-cell.first {
19860
19861
  border-left-width: 0;