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
24b700848f
commit
8e5a3b415f
|
@ -44,6 +44,11 @@ table#tab_Procedures td:nth-child(-n+7) {
|
||||||
overflow-wrap: normal;
|
overflow-wrap: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table#userTables td:nth-child(-n+11) {
|
||||||
|
word-break: normal;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
|
||||||
/* Region Server page styling */
|
/* Region Server page styling */
|
||||||
|
|
||||||
/* striped tables styling */
|
/* striped tables styling */
|
||||||
|
|
Loading…
Reference in New Issue