Merged
Conversation
Closed
3 tasks
namjun12
approved these changes
May 27, 2025
Collaborator
namjun12
left a comment
There was a problem hiding this comment.
훨씬 깔끔해졌네요
참고로 어제 제 의견은 수작업으로 \n를 추가하는 게 번거로우실 것 같아서 word-break:keep-all 정도로 해결하는 건 어떤지 말씀드린 거였습니다!
고생하셨습니다 :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ 관련 이슈
💻 주요 변경 사항
question필드에\n을 추가했습니다.일부 질문이 수정되었습니다.
💬 To. 리뷰어
어제 회의에서 알려주신
word-break:keep-all을 사용하지 않은 이유는 다음과 같습니다.텍스트가 여러 줄로 나뉠 때 시각적 비중이 맞지 않는 경우가 있습니다 (첫 줄에 비해 둘째 줄이 너무 짧거나)
text-wrap:balance추가 적용을 고려했으나봤을 때만드는 것같은 경우에 어색한 줄바꿈이 일어나는 경우가 있습니다word-break와text-balance를 적용하되 위 사진처럼 어색하게 줄바꿈이 생기는 질문에만\n을 추가할 수도 있겠지만,관리 상의 일관성이 떨어진다고 생각했습니다 (다른 팀원이 코드만 보고는 의도를 파악하기 어려울 거 같았어요)
따라서 모든 질문이 2줄 안에 표시되도록 내용을 수정하고, 일괄적으로
\n을 삽입했습니다.