Properly align the dossier-table th

This commit is contained in:
gregoirenovel 2017-10-17 18:43:19 +02:00
parent 9c7ad9da91
commit 23a6f5bae1

View file

@ -4,6 +4,10 @@
.table.dossiers-table {
font-size: 14px;
th {
vertical-align: middle;
}
td {
padding: 0;
}