From 1e35a349c90ce5f5dce0ef19475382340bcddd88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Wed, 27 Dec 2023 15:14:23 +0100 Subject: [PATCH] layout tunings in table --- table.tmpl | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) 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; }