블로그에 글을 게시했는데 줄 바꿈이 단어 단위가 아니라 글자 단위로 잘려나갈 때,
다음 속성을 다꾸어 주면 된다.
word-break:break-all;
을
word-break:normal;
로 바꾸면 다음과 같이 변하게 된다.
word-break:break-all;인 경우
The fundamental theorem of algebra states that every non-constant single-variable polynomial with complex coefficients has at least one complex root. This includes polynomials with real coefficients, since every real number is a complex number with zero imaginary part.
word-break:normal;인 경우
Fundamental Theorem of Algebra
The fundamental theorem of algebra states that every non-constant single-variable polynomial with complex coefficients has at least one complex root. This includes polynomials with real coefficients, since every real number is a complex number with zero imaginary part.
필자의 경우
style.css 에서
.article {
width:/*@post-width=*/683px/*@*/;
color:/*@post-body-color=*/#000000/*@*/;
font-size:/*@post-body-font-size=*/12px/*@*/;
font-family:/*@post-body-font-family=*/inherit/*@*/;
word-break:normal;/*break-all;*/
word-wrap:break-word;
overflow:hidden;
}
항목을 바꾸어 주니 해결 되었다.
'etc. > etc. com' 카테고리의 다른 글
크롬 다운로드 버블 끄기 (v 119.0.6045.106) (0) | 2023.11.05 |
---|---|
[fortran 포트란 90/95] 포트란 기본 정리 (0) | 2017.06.27 |
ubuntu 기본 명령어 정리 (0) | 2017.06.26 |