project-nomad/admin/inertia/pages
Chris b6ee5ed7bf fix(drug-reference): make the interaction comparison readable at five drugs
The comparison view laid its columns out on an equal-fraction CSS grid
(repeat(N, minmax(0, 1fr))), so each added drug shrank every column; at the
five-drug maximum the FDA interaction text was squeezed into unreadable slivers.

Lay the columns out with flex instead: full-width and stacked on phones, then
fixed-width columns that scroll sideways from the sm: breakpoint up, so they
never shrink below a readable width. Theme the columns with the same palette as
the rest of the page (they were on stock gray), and give the headers a fixed
min-height so columns line up when drug names wrap.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 05:42:26 -05:00
..
conditions feat(drug-reference): offline FDA drug labels, conditions, and remedies 2026-06-23 07:14:34 -05:00
docs feat(supply-depot): per-app onboarding docs, install fixes, and in-app Docs links 2026-06-23 04:46:47 +00:00
drug-reference fix(drug-reference): make the interaction comparison readable at five drugs 2026-06-24 05:42:26 -05:00
easy-setup feat: replace legacy Kolibri image default with latest v19 image (#1019) 2026-06-23 04:47:07 +00:00
errors feat: initial commit 2025-06-29 15:51:08 -07:00
settings feat: configurable internet test url override in new Advanced Settings page 2026-06-23 04:47:10 +00:00
about.tsx feat: initial commit 2025-06-29 15:51:08 -07:00
chat.tsx feat(AI Assistant): custom name option for AI Assistant 2026-03-04 20:05:14 -08:00
home.tsx feat(drug-reference): offline FDA drug labels, conditions, and remedies 2026-06-23 07:14:34 -05:00
maps.tsx feat(maps): show map coordinates on mouse move (#786) 2026-05-20 10:16:00 -07:00
supply-depot.tsx feat: configurable internet test url override in new Advanced Settings page 2026-06-23 04:47:10 +00:00