add center to ButtonExpand + misc fix
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<span><strong>{{ toCommaList(node.authors) }}</strong>,</span>
|
||||
<span>
|
||||
<span v-if="node.preTitle" v-html="' ' + trim(node.preTitle) + ','" />
|
||||
<em v-html="' ' + trim(node.italTitle) || 'pas de titre ital'" />
|
||||
<em v-html="' ' + trim(node.italTitle || node.title) || 'pas de titre ital'" />
|
||||
<span v-if="edition && node.edition">, </span>
|
||||
</span>
|
||||
<div v-if="edition && node.edition" class="edition">
|
||||
|
||||
Reference in New Issue
Block a user