We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90d33b commit 2d99562Copy full SHA for 2d99562
src/Body/BodyRow.tsx
@@ -143,7 +143,7 @@ function BodyRow<RecordType extends { children?: RecordType[] }>(props: BodyRowP
143
<>
144
<span
145
style={{ paddingLeft: `${indentSize * indent}px` }}
146
- className={`${prefixCls}-indent indent-level-${indent}`}
+ className={`${prefixCls}-row-indent indent-level-${indent}`}
147
/>
148
{expandIcon({
149
prefixCls,
0 commit comments