Skip to content

Commit

Permalink
Improved panel header layout
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Jun 6, 2024
1 parent a819356 commit dea16df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/editor/panel/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
interface TabButtonProps { tab: Tab, append?: Snippet }
</script>

<div class="flex items-center gap-3 p-1">
<div class="flex flex-wrap items-center gap-3 p-1">
<button
class="btn btn-sm btn-primary"
onclick={onRun}
Expand All @@ -38,6 +38,7 @@
{:else}
<Icon class="w-6" icon="lucide:play" />
{/if}
Run
</button>
<div role="tablist" class="tabs panel-tabs">
{#snippet tabButton({ tab, append }: TabButtonProps)}
Expand Down

0 comments on commit dea16df

Please sign in to comment.