Center table row values

This commit is contained in:
nitrohorse 2019-08-28 18:51:18 -07:00
parent 4684647d43
commit 4e5b294a08
No known key found for this signature in database
GPG Key ID: 6F3175557E766CBF
1 changed files with 5 additions and 0 deletions

View File

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