Skip to content

Commit 23cd156

Browse files
committed
Refactor Table to use flex layouts
1 parent bb208ab commit 23cd156

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import React from 'react';
44
import { RecordColumnValue } from './RecordColumnValue';
55
import { TableRecordKV, TableViewProps } from './Table';
66
import styles from './table.module.css';
7+
8+
import { tcls } from '@/lib/tailwind';
9+
10+
import { RecordColumnValue } from './RecordColumnValue';
11+
import { TableRecordKV, TableViewProps } from './Table';
712
import { getColumnWidth } from './ViewGrid';
813

914
export function RecordRow(

0 commit comments

Comments
 (0)