From 54b737828b5e7d33220cac0cacef6d981ef9dfa2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 9 Jul 2021 13:59:22 +0800 Subject: [PATCH] scss/roojs-bootstrap/table.scss --- scss/roojs-bootstrap/table.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scss/roojs-bootstrap/table.scss b/scss/roojs-bootstrap/table.scss index 6d31e06841..1ce86362e2 100644 --- a/scss/roojs-bootstrap/table.scss +++ b/scss/roojs-bootstrap/table.scss @@ -69,6 +69,11 @@ .table-body-fixed thead > tr> th { float: left; border-bottom-width: 0; + /* long headers? and body ?*/ + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } /* fake infinate widt.. */ -- 2.39.2