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 da55fac commit 1f11650Copy full SHA for 1f11650
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