Use a better style for the part table.

This commit is contained in:
Jan Böhmer 2019-03-27 19:03:02 +01:00
parent 3cb04c2580
commit 3c16ed6be7
4 changed files with 39 additions and 5 deletions

View file

@ -641,4 +641,13 @@ label:not(.form-check-label) {
.tooltip {
pointer-events: none;
}
/* Style datatables */
.card-footer-table {
padding-top: 0;
}
table.dataTable {
margin-top: 0 !important;
}