소스 검색

Fix chain table display with text overflow.

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

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

@@ -170,6 +170,7 @@ table#cv-chain-table {
width: 100%;
margin-bottom: 10px;
border-spacing: 0;
table-layout: fixed;
}

tr#source-row-selected {
@@ -286,8 +287,8 @@ div.cv-chain-detail {
}

td.cv-chain-cell {
width: 50%;
vertical-align: top;
word-wrap: break-word;
}

td.cv-chain-cell:first-child {


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