Conversation
librowski
marked this pull request as ready for review
September 14, 2026 13:14
librowski
requested review from
lukasz-jazwa,
piotrblaszczyk and
szymon-t-sc
as code owners
September 14, 2026 13:14
Sections (Decision branches, AI Agent tools) use 8px padding and gap and the content radius role; rows use 8px padding and a 4px radius. Values bind to the space/100 and radius/50 primitives with missing-token markers until the node.body roles land in the token export. The derived row width becomes 205px.
librowski
force-pushed
the
ds2-node-body-spacing
branch
from
September 14, 2026 19:54
0220b92 to
33f7c3d
Compare
piotrblaszczyk
approved these changes
Sep 15, 2026
This was referenced Sep 15, 2026
librowski
added this pull request to stack #151
September 15, 2026 10:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change
Design confirmed the node body matrix (DR-143 answer, 9.09): section padding and gap 8px, row padding 8px, row radius 4px, section radius 8px. Code used provisional 12/10/6 from August.
node-section.module.cssand the AI Agentnode-wrapper-info.module.css: padding and gap →space/100, radius →canvas/node/content-radius(existing role).connectable-item.module.css: row padding →space/100, radius →radius/50.ConnectableIteminset follows automatically, so the derived row width is now241 - 2*(8+1) - 2*(8+1) = 205px(was 201 with the 10px section padding). Decision log updated with a dated note.Row padding, row radius, section padding and gap bind to primitives with
/* missing token */markers: the export has nonode.body.*roles yet. Design is asked to addnode.body.padding,node.body.gapand row roles; the repoint is a two-line follow-up after the next export.Verification
sdk stylelint and unit tests. Browser measurement of the rows (width 205, padding 8, radius 4) is part of the stack's end-to-end pass; see the recipe in the research repo.
Changeset:
@workflowbuilder/sdkpatch.