diff --git a/table.tmpl b/table.tmpl index 4f530a7..75899d7 100644 --- a/table.tmpl +++ b/table.tmpl @@ -13,6 +13,7 @@ table { th, td { padding: 8px; border: 1px solid #ddd; + vertical-align: top; } td { min-width: 10em; @@ -24,31 +25,27 @@ th.side { tr:hover { background: #efe; } -details.version { - margin: 5px; - font-weight: normal; - max-width: 40em; - text-align: justify; -} .feature { background: #cde; - border-radius: 5px; - padding: 8px; } .issue { background: #edc; +} +details { + max-width: 30vw; border-radius: 5px; padding: 8px; -} -details.entry, details.feature { - max-width: 30em; overflow-x: auto; white-space: nowrap; text-overflow: ellipsis; } -.over { - white-space: nowrap; - text-overflow: ellipsis; +details.version { + max-width: 30vw; + padding: 5px; + font-weight: normal; + overflow: none; + white-space: normal; + text-align: justify; }