Skip to content
Snippets Groups Projects
Commit f3a875d8 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

more padding

parent 0cad159a
No related branches found
No related tags found
1 merge request!5Optional title abstract
Pipeline #111413 failed with stage
in 2 minutes and 48 seconds
......@@ -22,7 +22,7 @@ const articleAbstract = computed(() => { return props.abstract ?? article.value?
</script>
<template>
<v-list-item :href="article?.href" :target="article?.target" density="compact" class="px-0">
<v-list-item :href="article?.href" :target="article?.target" density="compact" class="px-1">
<template #prepend v-if="!mobile && enumerate">
<v-avatar color="primary" size="small" density="compact" variant="tonal">
{{ props.index }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment