Просмотр исходного кода

Fix chain table display with text overflow.

pull/24/head
Ben Kurtovic 8 лет назад
Родитель
Сommit
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 {


Загрузка…
Отмена
Сохранить