codestates / codestates/WeAreGearLog

10/29 이영광 : textarea로 게시물 업로드를 했을때 줄바꿈이나 스페이스 표현이안되었을때..

Open
#97 0 comments 0 reactions 1 assignee Claimed by @DevLeeYG View on GitHub
Done Err handling
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

- 오늘 만난 에러는 무엇인가요?
게시글 업로드할때 띄어쓰기랑 줄바꿈이 표현이 안되었습니다

- 에러를 어떻게 해결하셨나요?

구글링을 해봤을때 /br \n등 설정등을 해주는것을 알게되었다 하지만
css에서도 가능하다는 것을 알아냈다
```
white-space: pre-wrap;
이 것을 통해 공간이 표현이 됬었다 : line으로 줄바꿈만 적용할수도있다

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.