Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[design/#465] 글상세페이지 숫자, 영문, 특수문자 줄바꿈 안됨 이슈 #466

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

se0jinYoon
Copy link
Contributor

✨ 해당 이슈 번호 ✨

closes #465

todo

  • 글 상세페이지 숫자, 영문, 특수문자 줄바꿈 안됨 이슈

📌 내가 알게 된 부분

  • word-break: keep-all
    영문, 숫자, 특수문자 띄어쓰기 없이 썼을 경우 줄바꿈 안됨, 한글 강제 줄바꿈 됨

  • word-break: break-all
    영문, 숫자, 특수문자 띄어쓰기 없이 썼을 경우 줄바꿈 됨. 영문 단어 단위로 줄바꿈됨. 한글 강제 줄바꿈 됨.

📌 질문할 부분

📌스크린샷(선택)

[이전]
image

[이후]
image

@se0jinYoon se0jinYoon added 💄 Design 스타일 수정 서진 labels Oct 30, 2024
@se0jinYoon se0jinYoon self-assigned this Oct 30, 2024
Copy link

vercel bot commented Oct 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mile-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 7:15am

@github-actions github-actions bot added the size/xs size/xs label Oct 30, 2024
Copy link
Member

@ljh0608 ljh0608 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠른 반영 감사합니다! 글 제목 부분에 숫자나 영문, 특수문자도 확인하셨다면 merge해주세요~

@se0jinYoon se0jinYoon merged commit 3137c59 into develop Nov 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💄 Design 스타일 수정 size/xs size/xs 서진
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[ design ] 글 상세 페이지 숫자일 때 줄 바꿈 안됨
2 participants