From 8e5a3b415f02834b17bf3616cfbad74916cf1940 Mon Sep 17 00:00:00 2001 From: ss77892 Date: Sun, 21 Nov 2021 15:44:57 +0300 Subject: [PATCH] HBASE-26463 Unreadable table names after HBASE-24605 (#3853) Signed-off-by: Josh Elser Signed-off-by: Duo Zhang --- .../src/main/resources/hbase-webapps/static/css/hbase.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css index 2661c8d6222..acfdc6f8b29 100644 --- a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css +++ b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css @@ -44,6 +44,11 @@ table#tab_Procedures td:nth-child(-n+7) { overflow-wrap: normal; } +table#userTables td:nth-child(-n+11) { + word-break: normal; + overflow-wrap: normal; +} + /* Region Server page styling */ /* striped tables styling */