Skip to content

Commit

Permalink
design: 마지막 줄에 태스크 드래그 시 나타나는 표시의 길이 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
surinkwon committed Aug 13, 2024
1 parent d9cfd6b commit 2df2706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/backlog/UnfinishedStoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const UnfinishedStoryPage = () => {
className={`${
id === taskElementIndex.storyId &&
taskElementIndex.taskIndex === taskList.length
? "w-[67.9rem] h-1 bg-blue-400"
? "w-[60.13rem] h-1 bg-blue-400"
: ""
} absolute`}
/>
Expand Down

0 comments on commit 2df2706

Please sign in to comment.