Просмотр исходного кода

Revert "fix: increase max-width of session name tooltip"

This reverts commit c3ab76c8ad90fb7ef99604e8ef0a1017c5ddda58.
David Hill 1 месяц назад
Родитель
Сommit
260739a227
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      packages/app/src/pages/layout.tsx

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

@@ -1119,8 +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={3000}
-              contentStyle={{ maxWidth: "640px" }}
+              openDelay={2000}
               class="grow-1 min-w-0"
               class="grow-1 min-w-0"
             >
             >
               <InlineEditor
               <InlineEditor