Skip to content

Commit

Permalink
[Fix] 스레드 줄바꿈 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sseho committed Nov 5, 2024
1 parent 9be74c8 commit 23b9cf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/css/thread.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
white-space: pre-line; /* 개행을 인식하고 줄 바꿈 */
font-size: 13px;
color: #1e1e1e;
word-break:break-all;
}
.files {
}
Expand Down
1 change: 0 additions & 1 deletion src/components/thread/ThreadLineComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ import axios from '@/services/axios';
gap: 10px;
}
.content {
white-space: pre-line; /* 개행을 인식하고 줄 바꿈 */
}
.files {
Expand Down

0 comments on commit 23b9cf6

Please sign in to comment.