break long badges
This commit is contained in:
parent
f57ae5c660
commit
5d9840f3de
|
@ -107,8 +107,8 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
<span name="message" class="ml-1"></span>
|
||||
</p>
|
||||
</summary>
|
||||
<div class="d-flex flex-wrap" style="gap:3px">
|
||||
<span class="badge badge-light text-info border border-info" name="infrastructure" alt="Infrastructure" title="Infrastructure"></span>
|
||||
<div class="d-flex flex-wrap" style="gap:3px; overflow:hidden">
|
||||
<span style="text-overflow:ellipsis" class="badge badge-light text-info border border-info" name="infrastructure" alt="Infrastructure" title="Infrastructure"></span>
|
||||
<span class="badge" name="runtime" alt="Runtime" title="Runtime"></span>
|
||||
</div>
|
||||
<ul>
|
||||
|
|
|
@ -89,7 +89,7 @@ class CCPMethodList extends HTMLElement{
|
|||
<div>
|
||||
<span name="keyword" class="badge badge-pill badge-light border border-dark mr-1" style="opacity:.6"></span>
|
||||
</div>
|
||||
<div>
|
||||
<div style="overflow:hidden">
|
||||
<span name="infrastructures" class="badge badge-light text-info border border-info mr-1"></span>
|
||||
</div>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue