summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-18 00:57:21 +0000
committerDavid Hill <[email protected]>2026-01-18 00:57:21 +0000
commit260739a227574e60f7ac228d9f2d64468f7bcdd5 (patch)
treef677ac8d8843fea1e6cab24cb2029b32ac91d219 /packages
parentc3ab76c8ad90fb7ef99604e8ef0a1017c5ddda58 (diff)
downloadopencode-260739a227574e60f7ac228d9f2d64468f7bcdd5.tar.gz
opencode-260739a227574e60f7ac228d9f2d64468f7bcdd5.zip
Revert "fix: increase max-width of session name tooltip"
This reverts commit c3ab76c8ad90fb7ef99604e8ef0a1017c5ddda58.
Diffstat (limited to 'packages')
-rw-r--r--packages/app/src/pages/layout.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx
index 6c860d98e..2a488ec49 100644
--- a/packages/app/src/pages/layout.tsx
+++ b/packages/app/src/pages/layout.tsx
@@ -1119,8 +1119,7 @@ export default function Layout(props: ParentProps) {
placement="top-start"
value={props.session.title}
gutter={0}
- openDelay={3000}
- contentStyle={{ maxWidth: "640px" }}
+ openDelay={2000}
class="grow-1 min-w-0"
>
<InlineEditor