Skip to content

fix(tree-view): match file indentation with folder indentation (depth*16)#9861

Open
tusharui wants to merge 2 commits into
windmill-labs:mainfrom
tusharui:main
Open

fix(tree-view): match file indentation with folder indentation (depth*16)#9861
tusharui wants to merge 2 commits into
windmill-labs:mainfrom
tusharui:main

Conversation

@tusharui

@tusharui tusharui commented Jul 1, 2026

Copy link
Copy Markdown

Files in the tree view indented at depth * 32 px while folders used
depth * 16 px, causing files to be offset twice as much as folders
at each nesting level. Changed Row.svelte to use depth * 16 to match
TreeView.svelte.
Fixes #9726.


Summary by cubic

Match file indentation to folders in the tree view by using depth*16 px in Row.svelte, fixing the double offset. Use flex-grow instead of h-full for the deploy screen scroll container in CenteredPage.svelte. Fixes #9726.

Written for commit 8939275. Summary will update on new commits.

Review in cubic

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@tusharui

tusharui commented Jul 1, 2026

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

github-actions Bot added a commit that referenced this pull request Jul 1, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

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.

bug: Small UI bug with indentation of files and folders in tree view

1 participant