Removed the useless margin below the description text in Parts table

This fixes issue #192
This commit is contained in:
Jan Böhmer 2022-11-29 00:29:53 +01:00
parent 6ce6b97b1e
commit c3f4e61e41
2 changed files with 8 additions and 3 deletions

View file

@ -743,6 +743,10 @@ th.select-checkbox {
margin-right: 0.2em;
}
.markdown-inline p {
margin-block-end: 0;
}
/*********************************
Workarounds
*********************************/
@ -877,4 +881,4 @@ table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selecte
.permission-checkbox:checked {
background-color: var(--bs-success);
border-color: var(--bs-success);
}
}