openclaw - 💡(How to fix) Fix [Bug]: Sessions table column widths not resizable; Label column too narrow for inline input fields

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

In the Control UI Sessions view (/sessions), the table columns below the filters area have fixed widths with no drag/resize handles. The Label column is particularly narrow, and since it contains inline input fields, any text entered is immediately truncated and unreadable.

Root Cause

In the Control UI Sessions view (/sessions), the table columns below the filters area have fixed widths with no drag/resize handles. The Label column is particularly narrow, and since it contains inline input fields, any text entered is immediately truncated and unreadable.

Fix Action

Fix / Workaround

Medium — makes the Label field effectively unusable for editing session labels inline. Users must resize the browser window or use other workarounds.

RAW_BUFFERClick to expand / collapse

Bug type

UI/UX

Beta release blocker

No

Summary

In the Control UI Sessions view (/sessions), the table columns below the filters area have fixed widths with no drag/resize handles. The Label column is particularly narrow, and since it contains inline input fields, any text entered is immediately truncated and unreadable.

Steps to reproduce

  1. Open Control UI at http://127.0.0.1:18789/sessions
  2. Look at the session list table under the filters
  3. Try to drag any table header to resize a column → no resize handle exists
  4. Click into the Label column input field and type text
  5. Observe that typed text is truncated and not visible

Expected behavior

  • Table headers should have draggable resize handles (like Windows File Explorer or standard data grids)
  • The Label column should be wide enough to show inline input content, or the input should expand on focus

Actual behavior

  • No column resize handles are present
  • The Label column is too narrow for its inline input field
  • Entered text is truncated and unreadable (see screenshots)
  • This affects both English (Label) and Chinese (标签) UI locales

Screenshots

English UI (v2026.5.22): Label column is extremely narrow, inline input shows truncated content.

Chinese UI (v2026.5.22): 标签 column has the same problem — the inline input field content is cut off.

OpenClaw version

OpenClaw version: v2026.5.22

Operating system

Windows 11 + WSL2 (Ubuntu)

Install method

npm

Model

No response

Provider / routing chain

No response

Additional provider/model setup details

No response

Logs, screenshots, and evidence

See screenshots abovebelow. The issue is present in both en and zhCN locales.

Impact and severity

Medium — makes the Label field effectively unusable for editing session labels inline. Users must resize the browser window or use other workarounds.

Additional information

  • Related to sidebar resize issue #85114 (closed), but this is a different location (sessions table, not sidebar)
  • The Label column is the only one with inline input fields; other columns (Key, Kind, Status, etc.) are display-only and less affected

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

  • Table headers should have draggable resize handles (like Windows File Explorer or standard data grids)
  • The Label column should be wide enough to show inline input content, or the input should expand on focus

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Sessions table column widths not resizable; Label column too narrow for inline input fields