Sfoglia il codice sorgente

Fix chain table display with text overflow.

pull/24/head
Ben Kurtovic 8 anni fa
parent
commit
91f41d93a8
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      static/style.css

+ 2
- 1
static/style.css Vedi File

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


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


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


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


Caricamento…
Annulla
Salva