Skip to content

Commit

Permalink
margin
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Sep 5, 2024
1 parent 6c21b5e commit b39d88d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/views/widgets/OpenZakenWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,6 @@ export default {
}
.itemContainer{
overflow: auto;
margin-block-end: 10px;
}
</style>
3 changes: 2 additions & 1 deletion src/views/widgets/TakenWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ export default {
}
.itemContainer{
overflow: auto;
}
margin-block-end: 10px;
}
</style>
1 change: 1 addition & 0 deletions src/views/widgets/ZakenWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ export default {
}
.itemContainer{
overflow: auto;
margin-block-end: 10px;
}
</style>

0 comments on commit b39d88d

Please sign in to comment.