소스 검색

Add an overflow-wrap to all links

118-fix-long-urls
mountainbug95 4 년 전
부모
커밋
e6d0a25e9d
No account linked to committer's email address
4개의 변경된 파일5881개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      data/webpack_assets.json
  2. 4
    0
      exampleSite/content/post/chapter-6.md
  3. 4
    0
      src/css/_styles.css
  4. 5872
    0
      static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css

+ 1
- 1
data/webpack_assets.json 파일 보기

@@ -1,6 +1,6 @@
{
"app": {
"js": "js/app.3fc0f988d21662902933.js",
"css": "css/app.1cb140d8ba31d5b2f1114537dd04802a.css"
"css": "css/app.7e7787cc1402d7de28bc90f7e65adf96.css"
}
}

+ 4
- 0
exampleSite/content/post/chapter-6.md 파일 보기

@@ -97,3 +97,7 @@ an apothecary! It is true that Homerus begged through the Greek towns, and
that Naso died in exile among the Muscovites. But may the devil flay me if
I understand what they mean with their Esmeralda! What is that word, in
the first place?—‘tis Egyptian!”



[https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html](#)

+ 4
- 0
src/css/_styles.css 파일 보기

@@ -13,4 +13,8 @@
border-left: 4px solid #ccc;
padding-left: 1rem;

}

a{
overflow-wrap: break-word;
}

+ 5872
- 0
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장