Fix picker width in table with search block and enable autosizing of other search components
This commit is contained in:
parent
c5433e6ef8
commit
3acc937ddc
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue