We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a06576 commit 96aae59Copy full SHA for 96aae59
src/components/Table/Table.vue
@@ -25,7 +25,7 @@
25
</div>
26
27
<table
28
- class="pkpTable w-full max-w-full border-separate border-spacing-0"
+ class="w-full max-w-full border-separate border-spacing-0"
29
:aria-labelledby="labelledBy ?? (slots.label ? labelId : null)"
30
:aria-describedby="
31
describedBy ?? (slots.description ? descriptionId : null)
0 commit comments