break long badges

This commit is contained in:
dcore94 2023-05-24 09:41:51 +02:00
parent f57ae5c660
commit 5d9840f3de
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>