layout tunings in table

This commit is contained in:
Özgür Kesim 2023-12-27 15:14:23 +01:00
parent 9afc0ce0ff
commit 1e35a349c9
Signed by: oec
GPG Key ID: F136A7F922D018D7

View File

@ -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;
}
</style>
<body>