Skip to content

Commit

Permalink
fix page settings layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Nov 7, 2024
1 parent a971e8b commit d5f129f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/PageSettingsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function PageSettingsPanel(props: Props) {
</p>
</div>
</div>
<div className="h-full w-full px-6">
<div className="w-full divide-y divide-gray-200 border-b border-gray-200">
<PageSettingToggle
name="Auto-run pending blocks"
description="Whether Briefer should automatically run unexecuted preceding blocks when a block is executed."
Expand Down Expand Up @@ -80,7 +80,7 @@ export function PageSettingToggle(props: PageSettingToggleProps) {
return (
<Switch.Group
as="div"
className="flex flex-col items-center justify-between py-4 gap-x-16 gap-y-2"
className="flex flex-col items-center justify-between py-4 gap-x-16 gap-y-2 w-full px-4"
>
<span className="flex flex-grow items-center justify-between w-full">
<Switch.Label
Expand Down

0 comments on commit d5f129f

Please sign in to comment.