Skip to content

agent_ui: Use .w_full() instead of .size_full() when rendering markdown tables in lists#46783

Merged
yeskunall merged 1 commit intomainfrom
fix-issue-46768-430ffeb43019f8c0
Jan 19, 2026
Merged

agent_ui: Use .w_full() instead of .size_full() when rendering markdown tables in lists#46783
yeskunall merged 1 commit intomainfrom
fix-issue-46768-430ffeb43019f8c0

Conversation

@yeskunall
Copy link
Copy Markdown
Member

This way, the table:

  • Determines its height by the grid’s content
  • Still keeps width: 100% so it fills its container horizontally
Before After
image image

Closes #46768

Release Notes:

  • Fixed issue where markdown tables rendered within lists would overlap items above/below it
This way, the table:
- Determines its height by the grid’s content
- Still keeps `width: 100%` so it fills its container horizontally
@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Jan 14, 2026
@yeskunall yeskunall merged commit 6718320 into main Jan 19, 2026
25 checks passed
@yeskunall yeskunall deleted the fix-issue-46768-430ffeb43019f8c0 branch January 19, 2026 17:05
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

1 participant