Skip to content

Commit af29d91

Browse files
committed
fix(app): todo spacing
1 parent 1a3735b commit af29d91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,14 @@ export function SessionTodoDock(props: {
136136
}}
137137
>
138138
<span
139-
class="text-14-regular text-text-strong cursor-default inline-flex items-baseline shrink-0 whitespace-nowrap overflow-visible"
139+
class="text-14-regular text-text-strong cursor-default inline-flex items-baseline shrink-0 overflow-visible"
140140
aria-label={label()}
141141
style={{
142142
"--tool-motion-odometer-ms": "600ms",
143143
"--tool-motion-mask": "18%",
144144
"--tool-motion-mask-height": "0px",
145145
"--tool-motion-spring-ms": "560ms",
146+
"white-space": "pre",
146147
opacity: `${Math.max(0, Math.min(1, 1 - shut()))}`,
147148
}}
148149
>

0 commit comments

Comments
 (0)