浏览代码

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 {


正在加载...
取消
保存