Commit 799862f
fix(dashboard): shrink default widget widths so charts pair per row
line, area, and bar widgets defaulted to w=4 (of 6 columns), so two
charts could never sit side-by-side (4+4=8>6). Change to w=3 so two
fit per row (3+3=6), cutting dashboard vertical scroll roughly in half.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a8729f4 commit 799862f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments