mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 19:06:31 +00:00
Align table cells to the middle (#211)
This commit is contained in:
@@ -24,7 +24,7 @@ export async function RecordRow(
|
||||
<td
|
||||
key={column}
|
||||
className={tcls(
|
||||
'align-baseline',
|
||||
'align-middle',
|
||||
'min-w-[8rem]',
|
||||
'border-dark/2',
|
||||
'py-3',
|
||||
|
||||
@@ -157,7 +157,7 @@ export function ViewGrid(props: TableViewProps<DocumentTableViewGrid>) {
|
||||
key={column}
|
||||
className={tcls(
|
||||
tableTH,
|
||||
'align-baseline',
|
||||
'align-middle',
|
||||
'text-balance',
|
||||
'border-b',
|
||||
'border-b-dark/5',
|
||||
|
||||
Reference in New Issue
Block a user