Bug type
Behavior bug (incorrect output/state without crash)
Summary
In the Web UI under the Cron Jobs tab, a cron job entry fails to respect its parent container's width. Instead of wrapping the text or hiding the overflow, the row expands past its designated boundary. The content spills over to the right side of the screen, visually extending underneath the "New Job" tab/panel area.
Steps to reproduce
Unknown
Expected behavior
The cron job items should remain strictly constrained within their main flex/grid container. Any elements that exceed the container width should either gracefully wrap (overflow-wrap: anywhere), truncate with an ellipsis, or trigger a horizontal scrollbar within that specific div. There should be a clean, defined margin between the job list and the right-side panels.
Actual behavior
The row container does not enforce a strict width or overflow rule. The cron job spills outside of its border edge and visually overlaps/slides underneath the right-side container where the "New Job" tab sits.
OpenClaw version
2026.3.13
Operating system
Ubuntu 24
Install method
No response
Model
Not applicable
Provider / routing chain
Gateway -> WebUI
Config file / key location
No response
Additional provider/model setup details
No response
Logs, screenshots, and evidence

Impact and severity
Severity: Minor / Medium (UI/UX)
This appears to be purely a frontend visual bug and doesn't halt the backend cron functionality. However, it breaks the layout grid, causes visual clutter, and can potentially obscure buttons or text in the right-hand panel, making the interface frustrating to navigate.

Additional information
No response
Bug type
Behavior bug (incorrect output/state without crash)
Summary
In the Web UI under the Cron Jobs tab, a cron job entry fails to respect its parent container's width. Instead of wrapping the text or hiding the overflow, the row expands past its designated boundary. The content spills over to the right side of the screen, visually extending underneath the "New Job" tab/panel area.
Steps to reproduce
Unknown
Expected behavior
The cron job items should remain strictly constrained within their main flex/grid container. Any elements that exceed the container width should either gracefully wrap (overflow-wrap: anywhere), truncate with an ellipsis, or trigger a horizontal scrollbar within that specific div. There should be a clean, defined margin between the job list and the right-side panels.
Actual behavior
The row container does not enforce a strict width or overflow rule. The cron job spills outside of its border edge and visually overlaps/slides underneath the right-side container where the "New Job" tab sits.
OpenClaw version
2026.3.13
Operating system
Ubuntu 24
Install method
No response
Model
Not applicable
Provider / routing chain
Gateway -> WebUI
Config file / key location
No response
Additional provider/model setup details
No response
Logs, screenshots, and evidence
Impact and severity
Severity: Minor / Medium (UI/UX)
This appears to be purely a frontend visual bug and doesn't halt the backend cron functionality. However, it breaks the layout grid, causes visual clutter, and can potentially obscure buttons or text in the right-hand panel, making the interface frustrating to navigate.
Additional information
No response