Skip to content

Commit 2d1a71f

Browse files
Allow cells in tables to use more available space (#2611)
1 parent c67cd73 commit 2d1a71f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/gitbook/src/components/DocumentView/Table/RecordRow.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ export async function RecordRow(
3333
'dark:border-light/2',
3434
)}
3535
>
36-
<div className={tcls('pr-4 ', 'text-balance')}>
37-
<RecordColumnValue key={column} {...props} column={column} />
38-
</div>
36+
<RecordColumnValue key={column} {...props} column={column} />
3937
</td>
4038
);
4139
})}

0 commit comments

Comments
 (0)