dify/web/app/components/develop
yungle246 8391cf7d05 fix(web): keep API key table header and rows aligned on scroll
The secret-key modal rendered the header and the rows in separate
containers with fixed pixel column widths. Adding the Scope column pushed
the total width past the modal, so the body scrolled horizontally on its
own and desynced from the fixed header.

Switch to proportional flex columns (header and rows share the same
weights) with min-w-0 + truncate, and constrain the body to vertical
scroll only. Columns now always fit the modal width, so the header and
values stay aligned. The scope cell gains a title tooltip for the full
label when truncated.
2026-06-18 17:59:54 +09:00
..
__tests__ refactor: migrate to tailwind v4 style (#36417) 2026-05-20 03:39:44 +00:00
hooks chore: enable noUncheckedIndexedAccess (#35178) 2026-04-16 13:01:35 +00:00
secret-key fix(web): keep API key table header and rows aligned on scroll 2026-06-18 17:59:54 +09:00
template feat: support custom trace session id for Phoenix tracing (#37056) 2026-06-04 08:42:03 +00:00
ApiServer.tsx chore: auto fix for tailwind rules (#35332) 2026-04-16 17:11:06 +00:00
code.tsx refactor(web): replace useContext with use() in remaining components (#25193) (#37254) 2026-06-10 06:52:41 +00:00
doc.tsx feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
index.tsx refactor: migrate to tailwind v4 style (#36417) 2026-05-20 03:39:44 +00:00
md.tsx refactor: migrate to tailwind v4 style (#36417) 2026-05-20 03:39:44 +00:00
tag.tsx refactor: migrate to tailwind v4 style (#36417) 2026-05-20 03:39:44 +00:00
toc-panel.tsx refactor: migrate to tailwind v4 style (#36417) 2026-05-20 03:39:44 +00:00