Przeglądaj źródła

fix: increase max-width of session name tooltip

David Hill 2 miesięcy temu
rodzic
commit
c3ab76c8ad
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      packages/app/src/pages/layout.tsx

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

@@ -1119,7 +1119,8 @@ export default function Layout(props: ParentProps) {
               placement="top-start"
               value={props.session.title}
               gutter={0}
-              openDelay={2000}
+              openDelay={3000}
+              contentStyle={{ maxWidth: "640px" }}
               class="grow-1 min-w-0"
             >
               <InlineEditor