Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
component-library
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
Coscine
frontend
libraries
component-library
Merge requests
!53
Hotfix #1911
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Hotfix #1911
dev
into
master
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Hotfix #1911
CoscineBot
requested to merge
dev
into
master
Jan 25, 2022
Overview
0
Commits
2
Pipelines
1
Changes
1
This Merge Request is automatically created
Edited
Jan 25, 2022
by
Petar Hristov
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
901b037c
2 commits,
Jan 25, 2022
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/Page/Header.vue
+
5
−
4
View file @ 901b037c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -40,10 +40,7 @@
</li>
</ul>
<div>
<b-dropdown
id=
"helpDropdown"
text=
"?"
class=
"dropdown "
variant=
"dark"
no-caret
>
<template
#button-content
>
<span
class=
"?"
>
?
</span>
</
template
>
<b-dropdown
id=
"helpDropdown"
text=
"?"
class=
"dropdown noHover"
variant=
"dark"
>
<b-dropdown-item
href=
"https://help.itc.rwth-aachen.de/service/7ab6210773b04ef28a1a8cb33628be67"
>
Help
</b-dropdown-item>
@@ -100,6 +97,10 @@ export default Vue.extend({
padding-top
:
0.5rem
!important
;
}
.noHover
{
background-color
:
transparent
!important
;
}
.siteIcon
{
height
:
0px
;
width
:
0px
;
Loading