Skip to content

Commit f220229

Browse files
authored
Fix stepper title misalignment (#3524)
1 parent 61b4cb8 commit f220229

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/gitbook/src/components/DocumentView/StepperStep.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export function StepperStep(props: BlockProps<DocumentBlockStepperStep>) {
2424
return '-mt-9';
2525
case 'heading-2':
2626
return '-mt-[calc(1.25rem+1px)]';
27+
case 'heading-3':
28+
return '-mt-[calc(0.50rem+1px)]';
2729
default:
2830
return '';
2931
}

0 commit comments

Comments
 (0)