Skip to content

Commit 96aae59

Browse files
pkp/pkp-lib#10825 Remove pkpTable class from table component to avoid styling conflicts
1 parent 4a06576 commit 96aae59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table/Table.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</div>
2626
</div>
2727
<table
28-
class="pkpTable w-full max-w-full border-separate border-spacing-0"
28+
class="w-full max-w-full border-separate border-spacing-0"
2929
:aria-labelledby="labelledBy ?? (slots.label ? labelId : null)"
3030
:aria-describedby="
3131
describedBy ?? (slots.description ? descriptionId : null)

0 commit comments

Comments
 (0)