Skip to content

Commit

Permalink
Merge pull request #1353 from PrefectHQ/p-table-scoped-styles-fix
Browse files Browse the repository at this point in the history
Remove scoped from style block in PTable
  • Loading branch information
pleek91 authored Jun 20, 2024
2 parents 339dbb8 + 35af3d7 commit 1fc93c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/PTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
}
</script>

<style scoped>
<style>
.p-table { @apply
overflow-hidden
overflow-x-auto
Expand Down

0 comments on commit 1fc93c2

Please sign in to comment.