Adam 1 месяц назад
Родитель
Сommit
af29d91dca
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/app/src/pages/session/composer/session-todo-dock.tsx

+ 2 - 1
packages/app/src/pages/session/composer/session-todo-dock.tsx

@@ -136,13 +136,14 @@ export function SessionTodoDock(props: {
           }}
           }}
         >
         >
           <span
           <span
-            class="text-14-regular text-text-strong cursor-default inline-flex items-baseline shrink-0 whitespace-nowrap overflow-visible"
+            class="text-14-regular text-text-strong cursor-default inline-flex items-baseline shrink-0 overflow-visible"
             aria-label={label()}
             aria-label={label()}
             style={{
             style={{
               "--tool-motion-odometer-ms": "600ms",
               "--tool-motion-odometer-ms": "600ms",
               "--tool-motion-mask": "18%",
               "--tool-motion-mask": "18%",
               "--tool-motion-mask-height": "0px",
               "--tool-motion-mask-height": "0px",
               "--tool-motion-spring-ms": "560ms",
               "--tool-motion-spring-ms": "560ms",
+              "white-space": "pre",
               opacity: `${Math.max(0, Math.min(1, 1 - shut()))}`,
               opacity: `${Math.max(0, Math.min(1, 1 - shut()))}`,
             }}
             }}
           >
           >