Don't set colspan on parameter rows (#38859)
This commit is contained in:
@@ -26,7 +26,7 @@ export function ChildBodyParametersRows({
|
||||
const { t } = useTranslation(['parameter_table', 'products'])
|
||||
return (
|
||||
<tr className={cx(styles.childBodyParametersRows, 'color-bg-subtle border-top-0')}>
|
||||
<td colSpan={4} className="has-nested-table">
|
||||
<td className="has-nested-table">
|
||||
<details className="box px-3 ml-1 mb-0" open={open}>
|
||||
<summary role="button" aria-expanded="false" className="mb-2 keyboard-focus">
|
||||
{oneOfObject ? (
|
||||
|
||||
@@ -164,7 +164,7 @@ export function ParameterRow({
|
||||
rowParams.childParamsGroups.length === 0 &&
|
||||
!NO_CHILD_WEBHOOK_PROPERTIES.includes(rowParams.name) ? (
|
||||
<tr className="border-top-0">
|
||||
<td colSpan={4} className="has-nested-table">
|
||||
<td className="has-nested-table">
|
||||
<details
|
||||
data-nested-param-id={rowParams.name}
|
||||
className="box px-3 ml-1 mb-0"
|
||||
|
||||
Reference in New Issue
Block a user