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 0d1e4a3 commit d01e28aCopy full SHA for d01e28a
packages/gitbook/src/components/SiteSectionTabs/SiteSectionTabs.tsx
@@ -4,7 +4,6 @@ import React from 'react';
4
5
import { tcls } from '@/lib/tailwind';
6
7
-import { getContainerHorizontalPaddingStyle } from '../layout';
8
import { Link } from '../primitives';
9
10
/**
@@ -119,11 +118,6 @@ export function SiteSectionTabs(props: {
119
118
) : null;
120
}
121
122
-/**
123
- * Horizontal padding for the tabs. Gives a nice hover effect and is used to calculate the padding of the container.
124
- */
125
-const TAB_HORIZONTAL_PADDING = 3;
126
-
127
128
* The tab item - a link to a site section
129
*/
0 commit comments