Fix picker width in table with search block and enable autosizing of other search components

This commit is contained in:
Andrew Kingston 2021-11-03 15:53:45 +00:00
parent c5433e6ef8
commit 3acc937ddc
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
max-width: 100%; max-width: 100%;
flex-wrap: wrap; flex-wrap: wrap;
} }
.search :global(.component > *) { .search:not(.mobile) :global(.spectrum-Form-itemField > .spectrum-Picker) {
width: 200px; width: 200px;
} }
.search :global(.spectrum-InputGroup .spectrum-InputGroup-input) { .search :global(.spectrum-InputGroup .spectrum-InputGroup-input) {