1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add Markdown support for JournalEntry comments

This commit is contained in:
Jeremy Stretch
2021-03-29 09:43:21 -04:00
parent ab612c1ca6
commit 0fae7504b3
3 changed files with 30 additions and 30 deletions

View File

@@ -165,6 +165,9 @@ table.attr-table td:nth-child(1) {
td.min-width {
width: 1%;
}
td p:last-child {
margin-bottom: 0;
}
/* Paginator */
div.paginator {