1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Adjust table styling for more consistency (#50149)

This commit is contained in:
Kevin Heis
2024-04-16 12:13:02 -07:00
committed by GitHub
parent d945c30871
commit a863eab83f
2 changed files with 48 additions and 64 deletions

View File

@@ -52,12 +52,7 @@ export function ParameterRow({
<>
<tr className={`${isChild ? 'color-bg-subtle' : ''}`}>
<td className={`${isChild ? 'px-3' : ''}`}>
<div
className={cx(
'pl-0 pt-1 pr-1 pb-1',
`${rowIndex > 0 && isChild ? 'pt-3 border-top color-border-muted' : ''}`,
)}
>
<div className={cx('pl-0 pt-1 pr-1 pb-1', `${rowIndex > 0 && isChild ? 'my-3' : ''}`)}>
<div>
{rowParams.name ? (
<>