Center table row values #1235

Merged
nitrohorse merged 1 commits from center-table-row-values into master 2019-08-29 14:52:08 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 4e5b294a08 - Show all commits

View File

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