We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2facb2 commit f5516d4Copy full SHA for f5516d4
packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx
@@ -70,9 +70,6 @@ export function ScrollSectionsList(props: { sections: DocumentSection[] }) {
70
href={`#${section.id}`}
71
className={tcls(
72
'relative',
73
- 'flex',
74
- 'flex-row',
75
- 'items-baseline',
76
'z-10',
77
'text-sm',
78
@@ -126,7 +123,7 @@ export function ScrollSectionsList(props: { sections: DocumentSection[] }) {
126
123
>
127
124
{section.tag ? (
128
125
<span
129
- className={`openapi-method openapi-method-${section.tag.toLowerCase()}`}
+ className={`-mt-0.5 openapi-method openapi-method-${section.tag.toLowerCase()}`}
130
131
{section.tag}
132
</span>
0 commit comments