Skip to content

Commit

Permalink
Small flex fix (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Sep 11, 2024
1 parent 8307880 commit 43c90c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vue/sbc-common-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue/sbc-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbc-common-components",
"version": "3.0.14",
"version": "3.0.15",
"private": false,
"description": "Common Vue Components to be used across BC Registries and Online Services.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions vue/sbc-common-components/src/components/SbcHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,10 @@ $app-header-font-color: #ffffff;
padding-top: 0;
padding-bottom: 0;
}
.app-header__actions {
display: flex;
}
}
.env-distinction {
Expand Down

0 comments on commit 43c90c0

Please sign in to comment.