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:
parent
8d3562c6fa
commit
e549384437
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue