Skip to content

[DHCP] DHCP detail page layout breaks in mobile layout #1140

Description

@PeterJhongLinksys

Description

On the DHCP Settings detail page, the Active Leases list is broken in the mobile (narrow) layout.

Observed behavior

In the Active Leases card, each lease row renders incorrectly:

  • The device name (e.g. iPhone-15-Pro) and MAC address (e.g. AA:BB:CC:DD:EE:01) wrap one character per line, stacking vertically instead of on a single line.
  • The lease timeline/bar on the right side overflows its container (Flutter overflow stripes are visible), and its labels are clipped.

This makes the lease list effectively unreadable on mobile-width screens.

Image

Expected behavior

  • Device name and MAC address should render on a single line (truncating with an ellipsis if too long), not one character per line.
  • The lease timeline should fit within the available width without overflow.

Environment

  • Page: DHCP Settings -> Active Leases
  • Layout: Mobile (narrow width)

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.xLabeled for 2.x versionbugSomething isn't working

    Type

    No type

    Fields

    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