- {entry.note || —}
+ {/* One line, clipped. The note is provenance -- it can run
+ long -- and this row is eleven columns wide, so it used
+ to wrap and push every row to two or three lines. w-full
+ plus max-w-0 is what lets a cell in an auto-layout table
+ absorb the slack and still clip: without the max-w-0 the
+ column simply grows to fit the text. Expanding the row
+ shows it in full. */}
+