Skip to content

Commit bee9269

Browse files
committed
Replace inline minWidth style with Tailwind class
1 parent 93c6bf0 commit bee9269

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/code/src/renderer/features/task-detail/components/TaskDetail.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ export function TaskDetail({ task: initialTask }: TaskDetailProps) {
143143
size="1"
144144
weight="medium"
145145
truncate
146-
className="no-drag"
147-
style={{ minWidth: 0 }}
146+
className="no-drag min-w-0"
148147
onDoubleClick={() => setIsEditingTitle(true)}
149148
>
150149
{task.title}

0 commit comments

Comments
 (0)