Community 상세 본문 전체 폭과 긴 문자열 표시 개선 - #108
Draft
dhslove wants to merge 4 commits into
Draft
Conversation
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.
개요
Community 전체 폭 상세 화면에서도 게시물 문단이 약 82글자 폭으로 제한돼 콘텐츠 영역 일부만 사용하던 문제를 수정합니다. 작성 원문은 변경하지 않고 렌더링 CSS와 Composer의 시각적 긴 문자열 처리만 보완합니다.
원인
p,li,blockquote에max-width: 82ch가 남아 일반 문단은 약 728px만 사용했습니다.<br>·<wbr>가 없었습니다.변경 내용
p·li·blockquote·목록의 82ch 제한 제거overflow-wrap:anywhere적용word-break:keep-all유지pre는white-space:pre와 가로 Scroll 유지white-space:pre-wrap으로 시각적 줄바꿈하고 저장 원문은 변경하지 않음검증
issue107-solution-blue-20260829통과#155eef, Border#8fb5ef, Surface#edf4ff, Ink#0b3b91확인운영 범위
/var/backups/techflow-flarum/theme-issue107-solution-blue-20260829Closes #107