dify/web/app/components/develop/secret-key
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__ feat: allow knowledge base API keys to be scoped to a single dataset 2026-06-11 11:41:47 +09:00
assets Fix tts play logic (#2683) 2024-03-05 09:22:36 +08:00
input-copy.tsx refactor: migrate to tailwind v4 style (#36417) 2026-05-20 03:39:44 +00:00
secret-key-button.tsx refactor: migrate to tailwind v4 style (#36417) 2026-05-20 03:39:44 +00:00
secret-key-generate.tsx refactor: migrate to tailwind v4 style (#36417) 2026-05-20 03:39:44 +00:00
secret-key-modal.tsx fix(web): keep API key table header and rows aligned on scroll 2026-06-18 17:59:54 +09:00
style.module.css chore: clean up useless tailwind reference (#34478) 2026-04-02 11:45:19 +00:00