Skip to content

Commit

Permalink
welcome width
Browse files Browse the repository at this point in the history
  • Loading branch information
daslyfe committed Oct 14, 2024
1 parent c191471 commit c22c786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/repl/components/panel/Panel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function HorizontalPanel({ context }) {
pinned ? `min-h-[360px] max-h-[360px]` : 'min-h-10 max-h-10',
)}
>
<div className="flex h-full overflow-auto">
<div className="flex h-full overflow-auto ">
<PanelContent context={context} tab={tab} />
</div>

Expand Down
2 changes: 1 addition & 1 deletion website/src/repl/components/panel/WelcomeTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const baseNoTrailing = BASE_URL.endsWith('/') ? BASE_URL.slice(0, -1) : BASE_URL

export function WelcomeTab({ context }) {
return (
<div className="prose dark:prose-invert max-w-[600px] pt-2 font-sans pb-8 px-4">
<div className="prose dark:prose-invert min-w-full pt-2 font-sans pb-8 px-4 ">
<h3>
<span className={cx('animate-spin inline-block select-none')}>🌀</span> welcome
</h3>
Expand Down

0 comments on commit c22c786

Please sign in to comment.