HBASE-25404 Procedures table Id under master web UI gets word break to single character (#2783)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Akshay Sudheer 2020-12-20 02:07:21 +05:30 committed by Andrew Purtell
parent 4c3e174297
commit caea47ae1d
2 changed files with 6 additions and 1 deletions

View File

@ -123,7 +123,7 @@
</div>
</div>
<p>We do not list procedures that have completed successfully; their number makes it hard to spot the problematics.</p>
<table class="table table-striped" width="90%" >
<table class="table table-striped" id="tab_Procedures" width="90%" >
<tr>
<th>Id</th>
<th>Parent</th>

View File

@ -39,6 +39,11 @@ section { margin-bottom: 3em; }
margin-top: 1.2em;
}
table#tab_Procedures td:nth-child(-n+7) {
word-break: normal;
overflow-wrap: normal;
}
/* Region Server page styling */
/* striped tables styling */