Skip to content

Commit 8483630

Browse files
committed
style: Improve table formatting in configuration documentation
1 parent 23433b8 commit 8483630

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/pages/references/configuration.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Global configurations are provided through env variables or a YAML file. ConfigM
66

77
## Environment Variables
88

9+
<style>{`
10+
table td:first-child,
11+
table th:first-child {
12+
white-space: nowrap;
13+
}
14+
`}</style>
15+
916
{/* BEGIN AUTOGENERATED CONFIG ENV VARS */}
1017
| Variable | Description | Default | Required |
1118
|----------|-------------|---------|----------|

0 commit comments

Comments
 (0)