From b467d156409176d241fa4322934e8179e1f31b84 Mon Sep 17 00:00:00 2001 From: dev-jonghoonpark Date: Mon, 2 Oct 2023 21:22:39 +0900 Subject: [PATCH] add break-word --- ...6\214-\353\266\204\353\246\254\355\225\230\352\270\260.md" | 2 +- _sass/_main.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git "a/_posts/2023-10-02-Fork\355\225\234-Github-\354\240\200\354\236\245\354\206\214-\353\266\204\353\246\254\355\225\230\352\270\260.md" "b/_posts/2023-10-02-Fork\355\225\234-Github-\354\240\200\354\236\245\354\206\214-\353\266\204\353\246\254\355\225\230\352\270\260.md" index 39f6b0f..a751f26 100644 --- "a/_posts/2023-10-02-Fork\355\225\234-Github-\354\240\200\354\236\245\354\206\214-\353\266\204\353\246\254\355\225\230\352\270\260.md" +++ "b/_posts/2023-10-02-Fork\355\225\234-Github-\354\240\200\354\236\245\354\206\214-\353\266\204\353\246\254\355\225\230\352\270\260.md" @@ -92,7 +92,7 @@ date: 2023-10-02 21:00:00 +0900 ![image4](/assets/images/2023-10-02-Fork한-Github-저장소-분리하기/image4.png) -왜 레포지토리를 분리하고 싶냐고 물어보는데 당황할 필요는 없다. 셀렉트 박스를 통해 선택지를 제공해준다. `Contributions to the repository aren't visible`이 첫번째 선택지이였다. +왜 레포지토리를 분리하고 싶냐고 물어보는데 당황할 필요는 없다. 셀렉트 박스를 통해 선택지를 제공해준다. `Contributions to the repository aren't visible`이 첫번째 선택지였다. ![image5](/assets/images/2023-10-02-Fork한-Github-저장소-분리하기/image5.png) diff --git a/_sass/_main.scss b/_sass/_main.scss index 360a38a..b2469bf 100755 --- a/_sass/_main.scss +++ b/_sass/_main.scss @@ -218,6 +218,10 @@ h1 { font-size: 28px; } +.post a { + overflow-wrap: break-word; +} + .post li { margin-top: 0.25rem; margin-bottom: 0.25rem;