We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by @hye1ee 긴 url을 채팅으로 보내면 전체 url이 표시되지 않는 문제가 발생합니다.
#170([Modal UI] 진행중인 투표 - 투표 항목 개수 늘어나면 깨짐), #182([투표 생성 모달] 투표 항목이 길어지면 UI 깨짐) 이슈와 마찬가지로 word-break: break-all css 속성을 지정하여 해결해야 합니다.
word-break: break-all
PlainMessage.tsx
The text was updated successfully, but these errors were encountered:
Slack [디자인 issue - 투표 항목 깨짐 현상] https://sparcs.slack.com/archives/C01RC6QMSL8/p1695137123735969
Sorry, something went wrong.
JeukHwang
Successfully merging a pull request may close this issue.
이슈 내용 *
Reported by @hye1ee
긴 url을 채팅으로 보내면 전체 url이 표시되지 않는 문제가 발생합니다.
#170([Modal UI] 진행중인 투표 - 투표 항목 개수 늘어나면 깨짐), #182([투표 생성 모달] 투표 항목이 길어지면 UI 깨짐) 이슈와 마찬가지로
word-break: break-all
css 속성을 지정하여 해결해야 합니다.스크린샷
관련 Task *
PlainMessage.tsx
에 word-break css 속성 추가The text was updated successfully, but these errors were encountered: