Skip to content

ui: Make long Callout descriptions scrollable#45792

Merged
danilo-leal merged 3 commits intozed-industries:mainfrom
ahmedhesham6:fix-callout-long-description-scroll
Dec 29, 2025
Merged

ui: Make long Callout descriptions scrollable#45792
danilo-leal merged 3 commits intozed-industries:mainfrom
ahmedhesham6:fix-callout-long-description-scroll

Conversation

@ahmedhesham6
Copy link
Contributor

@ahmedhesham6 ahmedhesham6 commented Dec 28, 2025

Fixes #43306

Long error messages from LLM providers in the Agent Panel were not scrollable, making it impossible to read the full error content.

Changes:

  • Add max_h_48() and overflow_y_scroll() to description containers
  • Add element IDs required for scroll functionality
  • Add min_h_0() and overflow_hidden() to parent flex container
  • Add component preview example demonstrating scrollable content

Release Notes:

  • Fixed long error messages in Agent Panel being unreadable by making them scrollable (#43306).

Fixes zed-industries#43306

Long error messages from LLM providers in the Agent Panel were not
scrollable, making it impossible to read the full error content.

Changes:
- Add max_h_48() and overflow_y_scroll() to description containers
- Add element IDs required for scroll functionality
- Add min_h_0() and overflow_hidden() to parent flex container
- Add component preview example demonstrating scrollable content
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 28, 2025
Copy link
Member

@danilo-leal danilo-leal left a comment

Choose a reason for hiding this comment

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

Thank you, good catch!

@danilo-leal danilo-leal enabled auto-merge (squash) December 29, 2025 11:53
@danilo-leal danilo-leal merged commit 209cf0a into zed-industries:main Dec 29, 2025
23 checks passed
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 30, 2025
Fixes zed-industries#43306

Long error messages from LLM providers in the Agent Panel were not
scrollable, making it impossible to read the full error content.

Changes:
- Add max_h_48() and overflow_y_scroll() to description containers
- Add element IDs required for scroll functionality
- Add min_h_0() and overflow_hidden() to parent flex container
- Add component preview example demonstrating scrollable content

Release Notes:

- Fixed long error messages in Agent Panel being unreadable by making
them scrollable
([zed-industries#43306](zed-industries#43306)).

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
rtfeldman pushed a commit that referenced this pull request Jan 5, 2026
Fixes #43306

Long error messages from LLM providers in the Agent Panel were not
scrollable, making it impossible to read the full error content.

Changes:
- Add max_h_48() and overflow_y_scroll() to description containers
- Add element IDs required for scroll functionality
- Add min_h_0() and overflow_hidden() to parent flex container
- Add component preview example demonstrating scrollable content

Release Notes:

- Fixed long error messages in Agent Panel being unreadable by making
them scrollable
([#43306](#43306)).

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
@ahmedhesham6 ahmedhesham6 deleted the fix-callout-long-description-scroll branch January 8, 2026 15:32
LivioGama pushed a commit to LivioGama/zed that referenced this pull request Jan 20, 2026
Fixes zed-industries#43306

Long error messages from LLM providers in the Agent Panel were not
scrollable, making it impossible to read the full error content.

Changes:
- Add max_h_48() and overflow_y_scroll() to description containers
- Add element IDs required for scroll functionality
- Add min_h_0() and overflow_hidden() to parent flex container
- Add component preview example demonstrating scrollable content

Release Notes:

- Fixed long error messages in Agent Panel being unreadable by making
them scrollable
([zed-industries#43306](zed-industries#43306)).

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
LivioGama pushed a commit to LivioGama/zed that referenced this pull request Jan 20, 2026
Fixes zed-industries#43306

Long error messages from LLM providers in the Agent Panel were not
scrollable, making it impossible to read the full error content.

Changes:
- Add max_h_48() and overflow_y_scroll() to description containers
- Add element IDs required for scroll functionality
- Add min_h_0() and overflow_hidden() to parent flex container
- Add component preview example demonstrating scrollable content

Release Notes:

- Fixed long error messages in Agent Panel being unreadable by making
them scrollable
([zed-industries#43306](zed-industries#43306)).

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AI: Long Error messages from providers is not scrollable

2 participants