Skip to content

Commit b9407bd

Browse files
authored
Merge pull request #215 from TaskFlow-CLAP/CLAP-488
CLAP-488 작업 상세 정보 칸 벗어남 오류 수정
2 parents 013a023 + b44ff8f commit b9407bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/task-detail/TaskDetailLeft.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div v-if="data.description">
1616
<p class="task-detail">부가 설명</p>
1717
<p
18-
class="px-6 py-4 bg-primary2 rounded-lg font-normal min-h-[120px] max-h-[360px] whitespace-pre-wrap break-all">
18+
class="px-6 py-4 bg-primary2 rounded-lg font-normal min-h-[120px] max-h-[360px] whitespace-pre-wrap break-all overflow-y-auto scrollbar-hide">
1919
{{ data.description }}
2020
</p>
2121
</div>

0 commit comments

Comments
 (0)