Center table row values (#1235)

This commit is contained in:
nitrohorse 2019-08-29 07:52:07 -07:00 committed by GitHub
parent 4684647d43
commit eb040508e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,3 +339,8 @@ input#nav-toggle,
.no-text-wrap {
white-space: nowrap;
}
.table td, .table th {
vertical-align: middle;
}