Skip to content

Commit d979963

Browse files
authored
Merge pull request #73 from janniks/add-table-wrapper
Add table wrapper
2 parents d577c2e + a8f6d80 commit d979963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div class="notion-simple-table-wrapper">
33
<table class="notion-simple-table">
44
<tbody>
55
<slot />

0 commit comments

Comments
 (0)