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

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


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

commit e5493844379ebac4e8843fa87c80d1d567b0df8e
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