@broxus/react-uikit 0.24.0 → 0.24.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.
@@ -4,7 +4,7 @@
4
4
  ========================================================================== */
5
5
  .uk-select {
6
6
  cursor: pointer;
7
- display: flex;
7
+ display: inline-flex;
8
8
  min-height: 100%;
9
9
  padding: 0;
10
10
  position: relative;
@@ -117,8 +117,6 @@
117
117
  /* Multiple selection
118
118
  ========================================================================== */
119
119
  .uk-select-multiple .uk-select-content {
120
- align-items: center;
121
- display: flex;
122
120
  flex-wrap: wrap;
123
121
  gap: var(--select-gutter);
124
122
  height: auto;
@@ -485,7 +483,7 @@
485
483
  --select-content-small-padding-horizontal: var(--control-small-padding-horizontal);
486
484
  --select-content-medium-padding-horizontal: var(--control-medium-padding-horizontal);
487
485
  --select-content-large-padding-horizontal: var(--control-large-padding-horizontal);
488
- --select-search-input-width: 4px;
486
+ --select-search-input-width: 4;
489
487
  --select-search-input-color: var(--control-color);
490
488
  --select-placeholder-color: var(--control-placeholder-color);
491
489
  --select-selection-item-background: var(--global-background);