Skip to content

Commit b20f0e7

Browse files
committed
refactor(website): update style overrides
1 parent d4b8633 commit b20f0e7

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

website/pages/docs/presets.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
import { Tabs } from "nextra/components";
21
import { Info } from "#/components/callout";
32
import { Config, ESLintConfig } from "#/components/eslint-config";
43

54
## Presets
65

7-
The following presets are available in this plugin:
6+
The following presets are available in `@eslint-react/eslint-plugin`:
87

98
<ESLintConfig>
109

website/styles/overrides.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@
5353
}
5454

5555
table {
56-
tbody {
57-
tr td code {
58-
font-family: var(--font-family-mono);
59-
white-space: nowrap;
60-
}
56+
thead tr th code,
57+
tbody tr td code {
58+
font-family: var(--font-family-mono);
59+
white-space: nowrap;
6160
}
6261
}
6362

0 commit comments

Comments
 (0)