Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- react Page
- Spring Controller return
- 글자 넘침
- react Quill
- Javascript
- SpringBatch 스키마
- Spring JPA
- editor Quill
- react link
- 텍스트가 많은 경우
- spring
- Spring Entity
- step 테이블
- javascript 함수
- springbatch
- react forwardRef
- spring security
- javascript 기초
- spring builder
- JPA Insert
- react jsx if
- Docker Windows 설치
- javascrpit 기초
- react
- react quill custom
- JPA Update\
- Spring DTO
- springbatch chunk
- react react-router-dom v6
- Spring CORS
Archives
- Today
- Total
목록HTML/CSS (1)
천천히 알아보는 코딩공부

글자 수가 넘어가면/ 텍스트가 많은경우 글자가 넘치게 된다 하지만 방지하기 위해 ... 처리를 해줄 수 있다 card-title css width 설정 .card-title { width: 206px; height: 43px; } ... 처리 해주기 위한 css /*글자가 많아지면 ... 처리*/ .card-title span div div { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } 해당 항목이 ... 처리된다
HTML/CSS
2022. 10. 6. 11:20