Skip to content

Commit

Permalink
pkp/pkp-lib#10825 Remove pkpTable class from table component to avoid…
Browse files Browse the repository at this point in the history
… styling conflicts
  • Loading branch information
jardakotesovec committed Feb 3, 2025
1 parent 4a06576 commit 96aae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
</div>
<table
class="pkpTable w-full max-w-full border-separate border-spacing-0"
class="w-full max-w-full border-separate border-spacing-0"
:aria-labelledby="labelledBy ?? (slots.label ? labelId : null)"
:aria-describedby="
describedBy ?? (slots.description ? descriptionId : null)
Expand Down

0 comments on commit 96aae59

Please sign in to comment.