🐛 [Community Event] The Big Bug Hunt for Testers' Month

Bug title: Scan-events table is clipped at 360 / 390 px; Location, Description and Type columns unreachable
Page version: https://logistic.rabbitfly.org/tracking, Initial version posted 11 Sep 2026
Environment (browser, OS, device): Google Chrome (latest stable) device toolbar at 360 px width (also 390 px), Windows 11
Steps to reproduce:

  1. Open https://logistic.rabbitfly.org/tracking, set viewport width to 360 px.
  2. Type RFL100001 and click Track; scroll to Scan events.

Expected result: The table fits the width or scrolls horizontally inside its container.
Actual result: The table has a fixed minimum width of 560 px and no scroll container; the right part (Description, Type) is cut off by the card edge with no way to scroll to it.
True Platform evidence: Katalon Platform website (test case TC-20069958; note: the AI runner executed at desktop width so the run itself does not show the clipping, re-run this test case manually at 360 px in True Platform before posting and replace this link with that run)
Screenshot:

Severity: Low

Bug title: At 360 px / 390 px the “Current location” value is forced onto one line and is clipped by the card
Page version: https://logistic.rabbitfly.org/tracking, Initial version posted 11 Sep 2026
Environment (browser, OS, device): Google Chrome (latest stable) device toolbar at 360 px width (also 390 px), Windows 11
Steps to reproduce:

  1. Open https://logistic.rabbitfly.org/tracking, set viewport width to 360 px.
  2. Type RFL100006 and click Track.
  3. Look at “Current location” in the details block of the card.

Expected result: The long address “Osaka Kansai International Distribution Center, Building C, Dock 14, Izumisano, Osaka Prefecture, Japan (updated 03 Sep 2026, 16:00)” wraps inside the card.
Actual result: The value is kept on a single line and runs out of the card, which cuts it off; everything after “Distribution Center, Buil…” including the “updated” time is invisible and cannot be scrolled to. Other long values (Recipient, Route) are affected the same way at these widths.
True Platform evidence: Katalon Platform website (test case TC-20069957, AI run result FAILED at the verification step; run includes screenshot, video and failure analysis)
Screenshot:

Severity: Medium