소스 검색

Use word-wrap instead of word-break.

pull/24/head
Ben Kurtovic 9 년 전
부모
커밋
991aabf390
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      static/style.css

+ 2
- 2
static/style.css 파일 보기

@@ -128,7 +128,7 @@ table#cv-result-sources tr:nth-child(even) {

table#cv-result-sources td:first-child {
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

table#cv-result-head-table {
@@ -149,7 +149,7 @@ table#cv-result-head-table td:nth-child(odd) {
font-size: 1.25em;
font-weight: bold;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

table#cv-result-head-table td:nth-child(2) div:nth-child(1) {


불러오는 중...
취소
저장