Skip to content

Fix overflow issues in File Tree Header on narrow screen widths#211

Merged
devkokooo merged 2 commits into
athasdev:masterfrom
piotrmaciejbednarski:fix/file-tree-header-209
Aug 1, 2025
Merged

Fix overflow issues in File Tree Header on narrow screen widths#211
devkokooo merged 2 commits into
athasdev:masterfrom
piotrmaciejbednarski:fix/file-tree-header-209

Conversation

@piotrmaciejbednarski

Copy link
Copy Markdown
Contributor

This PR improves the responsiveness of the File Tree Header to prevent overflow issues.

  • Added truncate min-w-0 flex-shrink classes to the <h3> element with the project name to prevent overflow and wrapping.
  • Added flex-shrink-0 to the container holding the action icons to preserve their layout in narrow views.
  • Applied flex-wrap to the main File Tree Header container to allow wrapping when space is limited.

Screenshots

Before:

Image

After:

Image

Related Issues

Fixes #209

@abue-ammar

Copy link
Copy Markdown
Contributor

looks good

@devkokooo devkokooo merged commit fc76249 into athasdev:master Aug 1, 2025
2 checks passed
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.

Overflow issues in File Tree Header on narrow screen widths

3 participants