diff options
| author | David Hill <[email protected]> | 2026-01-18 00:57:21 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-18 00:57:21 +0000 |
| commit | 260739a227574e60f7ac228d9f2d64468f7bcdd5 (patch) | |
| tree | f677ac8d8843fea1e6cab24cb2029b32ac91d219 /packages | |
| parent | c3ab76c8ad90fb7ef99604e8ef0a1017c5ddda58 (diff) | |
| download | opencode-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.tsx | 3 |
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 |
