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:
parent
90b339a4f2
commit
d46adc7cc8
|
@ -41,6 +41,12 @@ section { margin-bottom: 3em; }
|
||||||
|
|
||||||
/* Region Server page styling */
|
/* Region Server page styling */
|
||||||
|
|
||||||
|
/* striped tables styling */
|
||||||
|
table.table-striped td {
|
||||||
|
word-break: break-all;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* sortable tables styling */
|
/* sortable tables styling */
|
||||||
table.tablesorter thead tr .header {
|
table.tablesorter thead tr .header {
|
||||||
background-image: url(bg.gif);
|
background-image: url(bg.gif);
|
||||||
|
|
Loading…
Reference in New Issue