From 5e5c0672db8f8c4f4faedc1d2c7933e1de0c615f Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Wed, 13 Nov 2024 00:20:30 +0000 Subject: [PATCH] ellipsis overflow table col --- apps/home/static/home/scss/tables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/home/static/home/scss/tables.scss b/apps/home/static/home/scss/tables.scss index 1626e8b..20b21c7 100644 --- a/apps/home/static/home/scss/tables.scss +++ b/apps/home/static/home/scss/tables.scss @@ -115,6 +115,8 @@ vertical-align: middle; text-wrap: nowrap; + text-overflow: ellipsis; + overflow: hidden; }