text-left on approved flows summary

This commit is contained in:
Ruben Fiszel
2022-08-24 14:52:24 +02:00
parent 6c3782e923
commit dbd264364b
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -220,7 +220,7 @@
<tr>
<td class="font-black">{apps.join(', ')}</td>
<td
><button class="align-left" on:click={() => viewFlow(flow_id)}
><button class="text-left" on:click={() => viewFlow(flow_id)}
>{summary}</button
></td
>
+4 -1
View File
@@ -265,7 +265,10 @@
{#each filteredHub ?? [] as { path, summary, app, ask_id }}
<tr>
<td class="font-black">{app}</td>
<td><button on:click={() => viewCode(path)}>{summary}</button></td>
<td
><button class="text-left" on:click={() => viewCode(path)}>{summary}</button
></td
>
<td class="whitespace-nowrap"
><button class="text-blue-500" on:click={() => viewCode(path)}
>view code</button