HBASE-24605 Break long region names in the web UI (#1942)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Guangxu Cheng <gxcheng@apache.org>
This commit is contained in:
xincunSong 2020-06-23 10:03:18 +08:00 committed by Guangxu Cheng
parent 4506f8d8ab
commit a787d2e292
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ section { margin-bottom: 3em; }
/* Region Server page styling */
/* striped tables styling */
table.table-striped td {
word-break: break-all;
overflow-wrap: break-word;
}
/* sortable tables styling */
table.tablesorter thead tr .header {
background-image: url(bg.gif);