Skip to content

[Bug]: Web UI: Cron job entry spills outside list boundary and overlaps right-side "New Job" panel #49228

@BSTail

Description

@BSTail

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

![Image](https://github.com/user-attachments/assets/3977c34a-5105-441d-80b2-463c1e00be7b)

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.

Image

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingbug:behaviorIncorrect behavior without a crash

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions