You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/11/21 12:45:38 UTC

[hbase] branch master updated: HBASE-26463 Unreadable table names after HBASE-24605 (#3853)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a80b3a  HBASE-26463 Unreadable table names after HBASE-24605 (#3853)
7a80b3a is described below

commit 7a80b3a4f7f3526f110970acaafb22fa4218b627
Author: ss77892 <ss...@apache.org>
AuthorDate: Sun Nov 21 15:44:57 2021 +0300

    HBASE-26463 Unreadable table names after HBASE-24605 (#3853)
    
    Signed-off-by: Josh Elser <el...@apache.org>
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 hbase-server/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 2661c8d..acfdc6f 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 */