Explorar o código

fix: remove max-width of session name tooltip

David Hill hai 2 meses
pai
achega
53c77e29df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/pages/layout.tsx

+ 1 - 1
packages/app/src/pages/layout.tsx

@@ -1119,7 +1119,7 @@ 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}
               class="grow-1 min-w-0"
               class="grow-1 min-w-0"
             >
             >
               <InlineEditor
               <InlineEditor