1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +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 512ed5aa2a
commit 4019eeaa26

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) {