Align table cells to the middle (#211)

This commit is contained in:
Samy Pessé
2024-03-05 17:17:32 +00:00
committed by GitHub
parent 6c64841325
commit fdaf722ba1
2 changed files with 2 additions and 2 deletions
@@ -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',