소스 검색

Wrap long words in headings to prevent overlapping content

Fix #481
George Cushen 7 년 전
부모
커밋
793d91e5c6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      layouts/partials/css/academic.css

+ 1 - 0
layouts/partials/css/academic.css

@@ -89,6 +89,7 @@ h1, h2, h3, h4, h5, h6 {
   line-height: 1.25;
   line-height: 1.25;
   color: #313131;
   color: #313131;
   text-rendering: optimizeLegibility;
   text-rendering: optimizeLegibility;
+  overflow-wrap: break-word; /* Ensures very long heading words do not overflow into content. */
 }
 }
 h1 {
 h1 {
   font-size: 2.25rem;
   font-size: 2.25rem;