Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 260739a

Browse files
committed
Revert "fix: increase max-width of session name tooltip"
This reverts commit c3ab76c.
1 parent c3ab76c commit 260739a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/app/src/pages/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,8 +1119,7 @@ export default function Layout(props: ParentProps) {
11191119
placement="top-start"
11201120
value={props.session.title}
11211121
gutter={0}
1122-
openDelay={3000}
1123-
contentStyle={{ maxWidth: "640px" }}
1122+
openDelay={2000}
11241123
class="grow-1 min-w-0"
11251124
>
11261125
<InlineEditor

0 commit comments

Comments
 (0)