Skip to content

Commit

Permalink
fix: card drag and drop not working on empty groups (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
shocota committed Jan 24, 2023
1 parent 390c8b4 commit 5f8606d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/paginateGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,13 @@ header {
.paginate-units {
padding: 16px;
flex-grow: 1;
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
}
.paginate-units > * {
display: flex;
flex: 0 0 auto;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/paginateUnit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export default defineComponent({
.paginate-unit {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
gap: 8px;
align-items: stretch;
}
Expand Down

0 comments on commit 5f8606d

Please sign in to comment.