Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 383c52b

Browse files
authored
Merge pull request #2609 from PolicyEngine/nikhilwoodruff/issue2608
Add Winter Fuel Allowance reform post
2 parents 6642044 + 2a7e071 commit 383c52b

4 files changed

Lines changed: 678 additions & 2 deletions

File tree

src/images/posts/wfa-repeal.jpeg

119 KB
Loading

src/layout/MarkdownFormatter.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ export function PlotlyChartCode({ data, backgroundColor }) {
143143

144144
// Use the margins defined in the plotly data, falling back to reasonable defaults
145145
// Don't override what's in the data, but ensure we have at least some bottom margin
146-
const defaultMargins = { l: 50, r: 50, t: 50, b: 50 };
146+
const defaultMargins = { l: 20, r: 20, t: 20, b: 20 };
147147
const margins = { ...defaultMargins, ...(plotlyData.layout?.margin || {}) };
148148

149149
return (
150150
<div
151151
style={{
152-
paddingLeft: 20,
152+
paddingLeft: 0,
153153
width: "100%",
154154
display: "flex",
155155
justifyContent: "center",

0 commit comments

Comments
 (0)