Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
1be65f90
Commit
1be65f90
authored
10 months ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
remove useless title
parent
85db52f0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#130583
waiting for manual action with stages
in 8 minutes and 29 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/content/PdockqMatrix.vue
+3
-1
3 additions, 1 deletion
components/content/PdockqMatrix.vue
components/content/ProseH2.vue
+4
-1
4 additions, 1 deletion
components/content/ProseH2.vue
with
7 additions
and
2 deletions
components/content/PdockqMatrix.vue
+
3
−
1
View file @
1be65f90
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
components/content/ProseH2.vue
+
4
−
1
View file @
1be65f90
<
template
>
<span
:id=
"id"
class=
"anchor"
></span>
<h2
class=
"text-h
4
font-weight-bold my-4"
>
<h2
class=
"text-h
5
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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment