fix(frontend): add missing truncate for branch predicates (#4180)

This commit is contained in:
Faton Ramadani
2024-08-05 09:11:24 +02:00
committed by GitHub
parent 33b4497c94
commit 7e8a0a94e7

View File

@@ -57,9 +57,8 @@
</PropPickerWrapper>
{:else}
<div class="flex justify-between gap-4 p-2">
<div><pre class="text-sm">{branch.expr}</pre></div><div
class="flex flex-row gap-2 items-center"
>
<div class="truncate"><pre class="text-sm truncate">{branch.expr}</pre></div>
<div class="flex flex-row gap-2 items-center">
{#if enableAi}
<PredicateGen
on:setExpr={(e) => {