diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 42d4fd8..0000000 --- a/.dockerignore +++ /dev/null @@ -1,6 +0,0 @@ -node_modules -.git -.gitignore -*.md -captures.jsonl -.env diff --git a/src/client/public/index.html b/src/client/public/index.html index 702029c..a142405 100644 --- a/src/client/public/index.html +++ b/src/client/public/index.html @@ -593,9 +593,8 @@ .headers-table th, .headers-table td { text-align: left; - padding: 5px 10px; + padding: 6px 12px; border-bottom: 1px solid var(--border); - word-break: break-all; } .headers-table th { color: var(--muted); @@ -613,6 +612,18 @@ .headers-table .header-key { color: var(--accent); font-weight: 600; + width: 220px; + min-width: 160px; + max-width: 300px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding-right: 16px; + vertical-align: top; + } + .headers-table td:last-child { + word-break: break-all; + vertical-align: top; } /* ======================== Filter Chips ======================== */