1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

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

View file

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