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 GitHub
parent 90b339a4f2
commit d46adc7cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);