Fix alignment of table cells

This commit is contained in:
richi3f 2019-12-10 10:58:02 +01:00 committed by GitHub
parent a58d5e9da5
commit 30e6d6f907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,6 +265,10 @@ tr th[rowspan] {
background: #333
}
#calc table td {
vertical-align: bottom;
}
#calc table label {
text-indent: 2.25em;
display: inline-block;