Add margin between article heading and details (fixes #68)
Additionally fix the tags not floating to the end of article card, and add a nice top border to details
This commit is contained in:
@ -127,7 +127,7 @@
|
||||
function formatSearchResultItem(item, terms) {
|
||||
return '<div class="item">'
|
||||
+ `<a href="${item.ref}">${item.doc.title}</a>`
|
||||
+ `<div>${makeTeaser(item.doc.body, terms)}</div>`
|
||||
+ `<span>${makeTeaser(item.doc.body, terms)}</span>`
|
||||
+ '</div>';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user