Skip to content

Commit 2df2706

Browse files
committed
design: 마지막 줄에 태스크 드래그 시 나타나는 표시의 길이 조정
1 parent d9cfd6b commit 2df2706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/backlog/UnfinishedStoryPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const UnfinishedStoryPage = () => {
294294
className={`${
295295
id === taskElementIndex.storyId &&
296296
taskElementIndex.taskIndex === taskList.length
297-
? "w-[67.9rem] h-1 bg-blue-400"
297+
? "w-[60.13rem] h-1 bg-blue-400"
298298
: ""
299299
} absolute`}
300300
/>

0 commit comments

Comments
 (0)