0
0
Fork 0

fix: refs #7353 responsive filters

This commit is contained in:
Jorge Penadés 2024-09-20 13:00:34 +02:00
parent e1f3589110
commit 87efc2f355
1 changed files with 2 additions and 1 deletions

View File

@ -141,8 +141,9 @@ const columns = computed(() => [
<style lang="scss" scoped>
.full-width .vn-row {
margin-bottom: 0;
flex-direction: row;
> * {
flex: 0.3;
max-width: 105px;
}
}
</style>