Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
b4cd863e
Commit
b4cd863e
authored
4 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Make the footer content reflow when too small
parent
4edaa991
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/app-shell/src/app-shell.js
+7
-3
7 additions, 3 deletions
packages/app-shell/src/app-shell.js
packages/app-shell/vendor/auth
+1
-1
1 addition, 1 deletion
packages/app-shell/vendor/auth
packages/app-shell/vendor/common
+1
-1
1 addition, 1 deletion
packages/app-shell/vendor/common
with
9 additions
and
5 deletions
packages/app-shell/src/app-shell.js
+
7
−
3
View file @
b4cd863e
...
@@ -469,9 +469,13 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
...
@@ -469,9 +469,13 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
}
}
footer {
footer {
display: grid;
display: flex;
grid-gap: 1em;
justify-content: end;
grid-template-columns: 1fr max-content max-content max-content;
flex-wrap: wrap;
}
footer > * {
margin: 0.5em 0 0 1em;
}
}
footer a {
footer a {
...
...
This diff is collapsed.
Click to expand it.
auth
@
c43e6492
Subproject commit
2e179331c2f7572a85e98c825736a3c93494e1ea
Subproject commit
c43e6492d972c7e52adc74ba4274aba8b2917a1c
This diff is collapsed.
Click to expand it.
common
@
f9b54e21
Subproject commit
821137e246fdcee9ccb04e4cfe420e7abec3186e
Subproject commit
f9b54e21132f7a3c5348a7046ef18234bee2f00b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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