We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 818166b + 1f11650 commit 1e1d75cCopy full SHA for 1e1d75c
packages/gitbook/src/components/DocumentView/Hint.tsx
@@ -40,6 +40,7 @@ export function Hint(props: BlockProps<DocumentBlockHint>) {
40
className={tcls(
41
'py-3',
42
'pl-3',
43
+ '-mt-px', // Bump icon up 1px for optical alignment with heading
44
hasHeading ? hintStyle.header : null,
45
hintStyle.iconColor,
46
)}
0 commit comments