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:
parent
4c3e174297
commit
caea47ae1d
|
@ -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>
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue