Commit f9cdfea
authored
docs: Improve config tables' readability (#19522)
## Which issue does this PR close?
- Closes #19521.
## Rationale for this change
Make the config tables at
https://datafusion.apache.org/user-guide/configs.html easier to read, by
avoiding horizontal scrolling.
Before:
<img width="1466" height="1001" alt="image"
src="https://github.com/user-attachments/assets/bca9e64a-7d77-4f8c-8a17-78e00669fd6a"
/>
After:
<img width="1510" height="1051" alt="image"
src="https://github.com/user-attachments/assets/04c7d840-a4c3-4475-879a-31613157f6b4"
/>
Also works well on smaller screens:
<img width="647" height="700" alt="image"
src="https://github.com/user-attachments/assets/3667e2b6-1ced-47ca-9b8a-a68084a83bfe"
/>
## What changes are included in this PR?
- New css rules (these are only applied to the tables in the Configs
page, every other table remains the same).
## Are these changes tested?
Manual checks.
## Are there any user-facing changes?
No.1 parent 673d7c9 commit f9cdfea
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
0 commit comments