fix: refs #7353 horizontal scroll #735

Merged
jorgep merged 7 commits from 7353-hotfix-fixUI into master 2024-09-20 13:49:04 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 87efc2f355 - Show all commits

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;

Ahora solo se usa el espacio necesario

Ahora solo se usa el espacio necesario
}
}
</style>