fixing exception in capsul detail

This commit is contained in:
2021-02-17 21:10:20 -06:00
parent bf927c4f1e
commit ea1eec7f92
2 changed files with 4 additions and 1 deletions

View File

@ -241,7 +241,7 @@ thead {
background: #bdc7b812;
}
td, th {
font: calc(0.40rem + 1vmin) monospace;
padding: 0.1em 1em;
}
table.small td, table.small th {
@ -282,6 +282,7 @@ th {
text-align: left;
}
td {
font: calc(0.35rem + 0.95vmin) monospace;
border-bottom: 2px dotted #777e7355;
padding-top: 0.4rem;
padding-bottom: 0.4rem;