Skip to content

fix(docs): pipeline diagram nodes all same size - #71

Merged
rubenvdlinde merged 1 commit into
mainfrom
fix/pipeline-uniform-node-size
May 14, 2026
Merged

fix(docs): pipeline diagram nodes all same size#71
rubenvdlinde merged 1 commit into
mainfrom
fix/pipeline-uniform-node-size

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

The Pipeline diagram on Spec-Driven Development had four nodes of three different widths because 3 · Build was the only single-line label. Mermaid auto-sizes nodes to label content, so Build came out narrower than the rest. Adding the matching subtitle ("Implement by assembly") brings all four nodes to the same width without any CSS hack.

Why this fix and not CSS

A min-width override in conduction-mermaid.css would affect every Mermaid node on every page site-wide — riskier and less honest. Content-side parity matches what every other node already does and the bullet list below the diagram already covers the same idea, so the new subtitle stays accurate.

Test plan

Build had a one-line label while every other node had two, so Mermaid
auto-sized it narrower. Add a matching subtitle ("Implement by
assembly") so all four nodes render the same width.
@rubenvdlinde
rubenvdlinde merged commit 4122396 into main May 14, 2026
4 checks passed
@rubenvdlinde
rubenvdlinde deleted the fix/pipeline-uniform-node-size branch May 14, 2026 05:13
rubenvdlinde added a commit that referenced this pull request Jul 26, 2026
* ci(quality): --ignore-npm-errors on cyclonedx SBOM step (#70)

* ci(quality): install app deps before enabling app (phpunit job) (#71)

* ci(quality): --omit=dev on the SBOM job's npm audit

The SBOM job ran 'npm audit --audit-level=critical' WITHOUT --omit=dev, so it
gated on dev-only build-tooling criticals (e.g. tar via node-gyp/cacache) that
never ship in the app bundle — it had been red on those regardless. The
dedicated 'Security (npm)' job already uses --audit-level=critical --omit=dev;
make the SBOM job consistent so both gate only on production-dependency
criticals.

---------

Co-authored-by: rubenvdlinde <rubenvdlinde@noreply.codeberg.org>
Co-authored-by: Conduction Release Bot <release-bot@conduction.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant