fix: increase max-width of session name tooltip
This commit is contained in:
parent
389d97ece9
commit
c3ab76c8ad
1 changed files with 2 additions and 1 deletions
|
|
@ -1119,7 +1119,8 @@ export default function Layout(props: ParentProps) {
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
value={props.session.title}
|
value={props.session.title}
|
||||||
gutter={0}
|
gutter={0}
|
||||||
openDelay={2000}
|
openDelay={3000}
|
||||||
|
contentStyle={{ maxWidth: "640px" }}
|
||||||
class="grow-1 min-w-0"
|
class="grow-1 min-w-0"
|
||||||
>
|
>
|
||||||
<InlineEditor
|
<InlineEditor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue