Ver a proveniência

Fix chain table display with text overflow.

pull/24/head
Ben Kurtovic há 8 anos
ascendente
cometimento
91f41d93a8
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      static/style.css

+ 2
- 1
static/style.css Ver ficheiro

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


Carregando…
Cancelar
Guardar