Skip to content

Commit

Permalink
add break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jonghoonpark committed Oct 2, 2023
1 parent 3aded4e commit b467d15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-10-02-Fork한-Github-저장소-분리하기.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 4 additions & 0 deletions _sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ h1 {
font-size: 28px;
}

.post a {
overflow-wrap: break-word;
}

.post li {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
Expand Down

0 comments on commit b467d15

Please sign in to comment.