Reduce the font-size in the dossiers-table

This commit is contained in:
gregoirenovel 2017-10-17 17:54:55 +02:00
parent b88490e559
commit b595ce9066

View file

@ -2,6 +2,8 @@
@import "constants"; @import "constants";
.table.dossiers-table { .table.dossiers-table {
font-size: 14px;
td { td {
padding: 0; padding: 0;
} }