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

Commit 53c77e2

Browse files
committed
fix: remove max-width of session name tooltip
1 parent 260739a commit 53c77e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/pages/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ export default function Layout(props: ParentProps) {
11191119
placement="top-start"
11201120
value={props.session.title}
11211121
gutter={0}
1122-
openDelay={2000}
1122+
openDelay={3000}
11231123
class="grow-1 min-w-0"
11241124
>
11251125
<InlineEditor

0 commit comments

Comments
 (0)