Skip to content

Commit ecf74ea

Browse files
authored
Go back to grow (#2458)
* Go back to grow * Remove text-xl
1 parent 28811b0 commit ecf74ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/lib/components/lines-and-dots/workflow-details.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
})
5454
: '-'}
5555
/>
56-
<WorkflowDetail content={elapsedTime} class="text-xl" icon="clock" />
56+
<WorkflowDetail content={elapsedTime} icon="clock" />
5757
</div>
5858
<div class="flex w-full flex-col gap-2 xl:w-1/3">
5959
<WorkflowDetail

Diff for: src/lib/holocene/code-block.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
$: content, language, setView();
189189
</script>
190190

191-
<div class="relative min-w-[80px] grow-0">
191+
<div class="relative min-w-[80px] grow">
192192
<div
193193
bind:this={editor}
194194
class={className}

0 commit comments

Comments
 (0)