From 0962b9f708b87a1303de7bd9fd374dc732f67847 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 10 Jan 2024 13:03:26 -0500 Subject: [PATCH] truncate overflowing labels/values in grid page --- html/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/css/app.css b/html/css/app.css index efef3410d..b02ea935e 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -177,6 +177,8 @@ a#title, a#title:visited, a#title:active, a#title:hover { text-align: right; white-space: nowrap; vertical-align: top; + text-overflow: ellipsis; + overflow: hidden; } .filter.value { @@ -185,6 +187,8 @@ a#title, a#title:visited, a#title:active, a#title:hover { text-align: left; font-weight: bold; white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } .case.summary {