Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
6c628bca
Commit
6c628bca
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Eubopen masthead: Try to logos img size bug
parent
ac0b4a45
No related branches found
Branches containing commit
No related tags found
1 merge request
!42
Eubopen masthead: Try to logos img size bug
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/Masthead/MatheadLogos.vue
+9
-1
9 additions, 1 deletion
components/Masthead/MatheadLogos.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
10 additions
and
2 deletions
components/Masthead/MatheadLogos.vue
+
9
−
1
View file @
6c628bca
...
...
@@ -16,6 +16,7 @@
<v-img
:src=
"require(`@/static/img/partnerLogos/$
{partner.logoFilename}`)"
:alt="partner.alt"
class="logo-img"
/>
</a>
</v-col>
...
...
@@ -55,4 +56,11 @@ export default {
}
</
script
>
<
style
></
style
>
<
style
scoped
lang=
"scss"
>
.logo-link
{
width
:
100%
;
}
.logo-img
{
width
:
100%
;
}
</
style
>
This diff is collapsed.
Click to expand it.
web-components-submodule
@
30ecc238
Compare
aedc8a0f
...
30ecc238
Subproject commit
aedc8a0fe49296cfbf772093e55f5c44c04457f5
Subproject commit
30ecc238ee90ae965c8c81dcaac2dd7065f9ca8f
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