HBASE-26463 Unreadable table names after HBASE-24605 (#3853)

Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
ss77892 2021-11-21 15:44:57 +03:00 committed by Duo Zhang
parent 8d3562c6fa
commit e549384437
1 changed files with 5 additions and 0 deletions

View File

@ -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 */