Skip to content

Commit c3dda9a

Browse files
committed
Update panel.twig
1 parent bdbd96b commit c3dda9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/partials/panel.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<div class="[&>:last-child]:border-b-0 dark:border-gray-700">
3535
{% for name, value in array %}
3636
<div class="border-b border-gray-200 px-4 py-1 flex flex-col text-right dark:border-gray-700 dark:text-gray-300">
37-
<div class="flex justify-between items-center">
37+
<div class="flex justify-between items-center gap-2">
3838
<b class="text-xs">{{ value is iterable ? value[0] : name }}</b>
39-
<span class="text-sm">{{ (value is iterable ? value[1] : value)|raw }}</span>
39+
<span class="text-sm text-left truncate hover:text-clip hover:break-all hover:whitespace-normal">{{ (value is iterable ? value[1] : value)|raw }}</span>
4040
</div>
4141

4242
{% if value[2] is not null %}

0 commit comments

Comments
 (0)