Skip to content

Commit

Permalink
Merge pull request #7 from orlyapps/master
Browse files Browse the repository at this point in the history
Add flex-wrap for Tab Package
  • Loading branch information
domthomas-dev authored Aug 12, 2020
2 parents aaceb44 + 2af0491 commit 9add676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/DefaultField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
tabs.item(i).className += " w-full"
}
this.$parent.$el.parentElement.classList.add('flex')
this.$parent.$el.parentElement.classList.add('flex-wrap')
}
}
Expand Down
1 change: 1 addition & 0 deletions resources/js/components/PanelItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
tabs.item(i).className += " w-full"
}
this.$parent.$el.parentElement.classList.add('flex')
this.$parent.$el.parentElement.classList.add('flex-wrap')
}
}
Expand Down

0 comments on commit 9add676

Please sign in to comment.