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

Commit c3ab76c

Browse files
committed
fix: increase max-width of session name tooltip
1 parent 389d97e commit c3ab76c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/app/src/pages/layout.tsx

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

0 commit comments

Comments
 (0)