Browse Source

Fix chain table display with text overflow.

pull/24/head
Ben Kurtovic 8 years ago
parent
commit
91f41d93a8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      static/style.css

+ 2
- 1
static/style.css View File

@@ -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 {


Loading…
Cancel
Save