forked from verdnatura/salix-front
fix: refs #7353 responsive filters
This commit is contained in:
parent
e1f3589110
commit
87efc2f355
|
@ -141,8 +141,9 @@ const columns = computed(() => [
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.full-width .vn-row {
|
.full-width .vn-row {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
flex-direction: row;
|
||||||
> * {
|
> * {
|
||||||
flex: 0.3;
|
max-width: 105px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue