added wrap for badges

This commit is contained in:
dcore94 2023-05-23 20:05:44 +02:00
parent a394c1a7e2
commit a750b57e3c
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class CCPExecutionHistory extends HTMLElement {
<span name="message" class="ml-1"></span>
</p>
</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" name="runtime" alt="Runtime" title="Runtime"></span>
</div>