diff options
| author | Adam <[email protected]> | 2026-01-15 15:48:21 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-19 07:35:52 -0600 |
| commit | dca2540ca786d818da4387ddff19eba865630a37 (patch) | |
| tree | d140e17db3d69188bb059c88b8c9e2ca059cdf9a /packages/app/src | |
| parent | fcfe6d3d261edaa139d35cf463c05d7124045142 (diff) | |
| download | opencode-dca2540ca786d818da4387ddff19eba865630a37.tar.gz opencode-dca2540ca786d818da4387ddff19eba865630a37.zip | |
chore: cleanup
Diffstat (limited to 'packages/app/src')
| -rw-r--r-- | packages/app/src/pages/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx index bf44efa1c..3b8c76e04 100644 --- a/packages/app/src/pages/layout.tsx +++ b/packages/app/src/pages/layout.tsx @@ -1020,7 +1020,7 @@ export default function Layout(props: ParentProps) { } return ( - <Dialog title="Delete workspace"> + <Dialog title="Delete workspace" fit> <div class="flex flex-col gap-4 px-2.5 pb-3"> <div class="flex flex-col gap-1"> <span class="text-14-regular text-text-strong">Delete workspace "{name()}"?</span> @@ -1097,7 +1097,7 @@ export default function Layout(props: ParentProps) { } return ( - <Dialog title="Reset workspace"> + <Dialog title="Reset workspace" fit> <div class="flex flex-col gap-4 px-2.5 pb-3"> <div class="flex flex-col gap-1"> <span class="text-14-regular text-text-strong">Reset workspace "{name()}"?</span> |
