agent_ui: Use `.w_full()` instead of `.size_full()` when rendering markdown tables in lists (#46783)
Kunall Banerjee
created
This way, the table:
- Determines its height by the grid’s content
- Still keeps `width: 100%` so it fills its container horizontally
| Before | After |
|--------|--------|
| <img width="1732" height="1125" alt="image"
src="https://github.com/user-attachments/assets/5d739664-5793-4c16-a765-dc373c7cb10f"
/> | <img width="1732" height="1125" alt="image"
src="https://github.com/user-attachments/assets/c857d28b-67c2-4ba1-b4a6-869a154b050b"
/> |
Closes #46768
Release Notes:
- Fixed issue where markdown tables rendered within lists would overlap
items above/below it