Skip to content

Commit

Permalink
fix(style): display: contents is making @container useless
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Jul 15, 2024
1 parent a801ab0 commit c2ab74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Console.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

<svelte:document on:keydown={onKeyDown} on:paste|preventDefault={onPaste} />

<div class="contents @container">
<div class="w-full @container">
<div class="w-full flex flex-col gap-0.7 overflow-x-scroll whitespace-pre-wrap font-mono [&>div:hover]:(rounded-sm bg-white/2 px-1.7 py-0.6 -mx-1.7 -my-0.6){extras}">

<HeadlessConsole {container} bind:ready bind:log bind:push bind:complete bind:pyConsole bind:status let:loading>
Expand Down

0 comments on commit c2ab74b

Please sign in to comment.