diff --git a/lib/microwaveprop_web/live/rover_planning_live/show.ex b/lib/microwaveprop_web/live/rover_planning_live/show.ex
index d7773899..a980d728 100644
--- a/lib/microwaveprop_web/live/rover_planning_live/show.ex
+++ b/lib/microwaveprop_web/live/rover_planning_live/show.ex
@@ -381,12 +381,25 @@ defmodule MicrowavepropWeb.RoverPlanningLive.Show do
-
- {Maidenhead.from_latlon(site.lat, site.lon, 10)}
-
+ <%!--
+ `flex` (no `flex-wrap`) + `min-w-0` on the row, plus `shrink-0`
+ on the identifier columns and `truncate flex-1 min-w-0` on the
+ notes cell, keeps the row to a single line: long notes get
+ ellipsised instead of pushing the trash button onto a new line.
+ `title={site.notes}` preserves the full text on hover.
+ --%>
+