From 647ce5fc526e8c3d6c27586d76a97d3c4086e289 Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Wed, 14 Jan 2026 02:15:12 +0000 Subject: [PATCH] truncate long field header labels --- static/portal-table.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/portal-table.css b/static/portal-table.css index 0445148..83a43fb 100644 --- a/static/portal-table.css +++ b/static/portal-table.css @@ -75,7 +75,10 @@ } .field-header__label { + overflow: hidden; padding: 4px; + text-overflow: ellipsis; + white-space: nowrap; } .field-header__type-indicator {