Skip to content

Add Copilot Studio category and enhance navigation features#227

Merged
YoonKeumJae merged 2 commits into
mainfrom
develop
May 22, 2026
Merged

Add Copilot Studio category and enhance navigation features#227
YoonKeumJae merged 2 commits into
mainfrom
develop

Conversation

@YoonKeumJae
Copy link
Copy Markdown
Collaborator

No description provided.

YoonKeumJae and others added 2 commits May 22, 2026 17:48
한국어 게시글 제목이 글자 단위로 잘리던 문제를 수정한다.
wordBreak를 break-word에서 keep-all로 변경하여 띄어쓰기 기준으로만
개행이 발생하도록 한다. overflowWrap: break-word를 추가하여
URL 등 긴 단어에 대한 fallback도 보장한다.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…reak

fix: PostCard 한국어 제목 띄어쓰기 기준 줄바꿈 적용
Copilot AI review requested due to automatic review settings May 22, 2026 09:14
@YoonKeumJae YoonKeumJae merged commit 5d6da49 into main May 22, 2026
1 check passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

이 PR은 게시글 카드(PostCard)에서 제목 텍스트 줄바꿈 동작을 개선해(특히 한글/단어 단위) 제목 가독성과 레이아웃 안정성을 높이려는 변경입니다.

Changes:

  • 제목 영역의 wordBreakbreak-wordkeep-all로 변경
  • 대신 overflowWrap: 'break-word'를 추가해 긴 문자열(영문/URL 등)에서도 줄바꿈이 가능하도록 보완

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants