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

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


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

commit 8e5a3b415f02834b17bf3616cfbad74916cf1940
Author: ss77892 <[email protected]>
AuthorDate: Sun Nov 21 15:44:57 2021 +0300

    HBASE-26463 Unreadable table names after HBASE-24605 (#3853)
    
    Signed-off-by: Josh Elser <[email protected]>
    Signed-off-by: Duo Zhang <[email protected]>
---
 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 */

Reply via email to