break long badges

This commit is contained in:
dcore94 2023-05-24 09:46:48 +02:00
parent 5d9840f3de
commit 8231178cba
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class CCPMethodList extends HTMLElement{
<span name="keyword" class="badge badge-pill badge-light border border-dark mr-1" style="opacity:.6"></span> <span name="keyword" class="badge badge-pill badge-light border border-dark mr-1" style="opacity:.6"></span>
</div> </div>
<div style="overflow:hidden"> <div style="overflow:hidden">
<span name="infrastructures" class="badge badge-light text-info border border-info mr-1"></span> <span name="infrastructures" class="badge badge-light text-info border border-info mr-1" style="text-overflow:ellipsis"></span>
</div> </div>
</li> </li>
</ul> </ul>