Skip to content

Conversation

@OmarSalouss
Copy link
Contributor

Checklist

  • yarn typecheck
  • yarn lint:fix
  • yarn test
  • yarn brl
  • yarn changeset
  • ui changelog

Description

Fixes an issue where the assistant input field does not expand to full width when the AIChat panel is expanded.
In the expanded state, the input container was constrained by a max-w-[700px], causing unused empty space on the right and preventing users from typing in that area.

This change removes the max-width constraint so the input properly fills the available space.

Before: input does not span the full width (see screenshot)
image

After: input expands correctly and is fully writable
image

@codesandbox
Copy link

codesandbox bot commented Jan 20, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@changeset-bot
Copy link

changeset-bot bot commented Jan 20, 2026

⚠️ No Changeset found

Latest commit: 46b96f5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. bug Something isn't working labels Jan 20, 2026
@vercel
Copy link

vercel bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
plate Ready Ready Preview, Comment Jan 20, 2026 10:11am

Request Review

@zbeyens zbeyens merged commit 4382fda into udecode:main Jan 20, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants