added wrap for badges
This commit is contained in:
parent
a394c1a7e2
commit
a750b57e3c
|
@ -105,7 +105,7 @@ class CCPExecutionHistory extends HTMLElement {
|
||||||
<span name="message" class="ml-1"></span>
|
<span name="message" class="ml-1"></span>
|
||||||
</p>
|
</p>
|
||||||
</summary>
|
</summary>
|
||||||
<div class="d-flex mb-1" style="gap:3px">
|
<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>
|
<span 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>
|
<span class="badge" name="runtime" alt="Runtime" title="Runtime"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue