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

remove useless title

parent 85db52f0
No related branches found
No related tags found
No related merge requests found
Pipeline #130583 waiting for manual action with stages
in 8 minutes and 29 seconds
......@@ -223,7 +223,9 @@ const computedPDocksMatrixPlotOptions = computed(() => {
return {
width: plotWidth,
height: group[0].system_genes.length * matrixElemSizeVal + marginTop + marginBottom,
title: key,
// subtitle: key,
// caption: `Genes : ${key}`,
padding: 0,
marginTop,
marginLeft,
......
<template>
<span :id="id" class="anchor"></span>
<h2 class="text-h4 font-weight-bold my-4">
<h2 class="text-h5 font-weight-bold my-4 ">
<a v-if="id && generate" :href="`#${id}`" class="text-decoration-none">
<slot />
</a>
......@@ -17,6 +17,9 @@ const generate =
anchorLinks?.depth >= heading && !anchorLinks?.exclude.includes(heading);
</script>
<style scoped>
h2 {
font-size: 1.5rem;
}
a {
color: inherit;
}
......
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